From bfa30ed79cffee4f5c0d33b7fe7bd64581be3fdf Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Fri, 30 May 2025 11:45:54 +0200 Subject: gui: reintroduce ParticipantRow --- gui/src/init.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 gui/src/init.cpp (limited to 'gui/src/init.cpp') 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 + +auto Turns::gui::init() -> void +{ + static_cast(ParticipantRow{nullptr}.get_type()); +} -- cgit v1.2.3