From 9513f7303ffde9fbda869e346523a23197f4ece9 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Tue, 13 May 2025 15:59:02 +0200 Subject: lib: begin TurnOrder implementation --- lib/src/turns-init.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/src/turns-init.cpp') diff --git a/lib/src/turns-init.cpp b/lib/src/turns-init.cpp index 544dc14..6fbe837 100644 --- a/lib/src/turns-init.cpp +++ b/lib/src/turns-init.cpp @@ -2,6 +2,7 @@ #include "turns-enums.h" #include "turns-participant.h" +#include "turns-turn-order.h" #include #include @@ -10,8 +11,9 @@ G_BEGIN_DECLS auto turns_init() -> void { - g_type_ensure(TURNS_TYPE_PARTICIPANT); g_type_ensure(TURNS_TYPE_DISPOSITION); + g_type_ensure(TURNS_TYPE_PARTICIPANT); + g_type_ensure(TURNS_TYPE_TURN_ORDER); } G_END_DECLS \ No newline at end of file -- cgit v1.2.3