diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-05-30 11:45:54 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-05-30 11:45:54 +0200 |
| commit | bfa30ed79cffee4f5c0d33b7fe7bd64581be3fdf (patch) | |
| tree | 48e451c1aafcbd0d58d45292499ee81effcc82bc /gui/include/init.hpp | |
| parent | 8ef970b679505ea82ea41e94ffa972a732731eae (diff) | |
| download | turns-bfa30ed79cffee4f5c0d33b7fe7bd64581be3fdf.tar.xz turns-bfa30ed79cffee4f5c0d33b7fe7bd64581be3fdf.zip | |
gui: reintroduce ParticipantRow
Diffstat (limited to 'gui/include/init.hpp')
| -rw-r--r-- | gui/include/init.hpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gui/include/init.hpp b/gui/include/init.hpp new file mode 100644 index 0000000..d83544e --- /dev/null +++ b/gui/include/init.hpp @@ -0,0 +1,14 @@ +/* + * SPDX-FileCopyrightText: 2025 Felix Morgner <felix.morgner@gmail.com> + * SPDX-License-Identifier: LGPL-2.1-only + */ + +#ifndef TURNS_GUI_INIT_HPP +#define TURNS_GUI_INIT_HPP + +namespace Turns::gui +{ + auto init() -> void; +} // namespace Turns::gui + +#endif
\ No newline at end of file |
