#include "turns-init.h" #include "turns-enums.h" #include "turns-participant.h" #include "turns-turn-order.h" #include #include G_BEGIN_DECLS auto turns_init() -> void { g_type_ensure(TURNS_TYPE_DISPOSITION); g_type_ensure(TURNS_TYPE_PARTICIPANT); g_type_ensure(TURNS_TYPE_TURN_ORDER); } G_END_DECLS