diff options
Diffstat (limited to 'lib/src/turns-init.cpp')
| -rw-r--r-- | lib/src/turns-init.cpp | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/lib/src/turns-init.cpp b/lib/src/turns-init.cpp deleted file mode 100644 index 13a42cc..0000000 --- a/lib/src/turns-init.cpp +++ /dev/null @@ -1,24 +0,0 @@ -/* - * SPDX-FileCopyrightText: 2025 Felix Morgner <felix.morgner@gmail.com> - * SPDX-License-Identifier: LGPL-2.1-only - */ - -#include "turns-init.h" - -#include "turns-participant.h" -#include "turns-turn-order.h" - -#include <glib-object.h> -#include <glib.h> - -G_BEGIN_DECLS - -auto turns_init() -> void -{ - g_type_ensure(TURNS_TYPE_PARTICIPANT); - g_type_ensure(TURNS_TYPE_PARTICIPANT_DISPOSITION); - g_type_ensure(TURNS_TYPE_TURN_ORDER); - g_type_ensure(TURNS_TYPE_TURN_ORDER_SORT_MODE); -} - -G_END_DECLS
\ No newline at end of file |
