summaryrefslogtreecommitdiff
path: root/gui/src/init.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/src/init.cpp')
-rw-r--r--gui/src/init.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/gui/src/init.cpp b/gui/src/init.cpp
new file mode 100644
index 0000000..c9a7295
--- /dev/null
+++ b/gui/src/init.cpp
@@ -0,0 +1,10 @@
+#include "init.hpp"
+
+#include "participant_row.hpp"
+
+#include <glib-object.h>
+
+auto Turns::gui::init() -> void
+{
+ static_cast<void>(ParticipantRow{nullptr}.get_type());
+}