#include "init.hpp" #include "participant_editor.hpp" #include "participant_row.hpp" #include "preferences.hpp" #include auto Turns::gui::init() -> void { g_type_ensure(ParticipantRow{nullptr}.get_type()); g_type_ensure(ParticipantEditor{nullptr}.get_type()); g_type_ensure(Preferences{}.get_type()); }