From 84fb875123201f28a3333285b6323037b08accb4 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Fri, 16 May 2025 11:12:43 +0200 Subject: lib: implement ListModel interface for TurnOrder --- lib/src/turnsmm/participant.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/src/turnsmm/participant.hpp') diff --git a/lib/src/turnsmm/participant.hpp b/lib/src/turnsmm/participant.hpp index b41c64b..04c4fe8 100644 --- a/lib/src/turnsmm/participant.hpp +++ b/lib/src/turnsmm/participant.hpp @@ -8,6 +8,7 @@ #include #include #include +#include namespace Turns { @@ -20,6 +21,9 @@ namespace Turns using CppClassType = class Participant_Class; using CppObjectType = Participant; + auto static get_base_type() -> GType; + auto static get_type() -> GType; + Participant(); Participant(Glib::ustring const & name, float priority, Disposition disposition); -- cgit v1.2.3