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/include/init.hpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 gui/include/init.hpp (limited to 'gui/include/init.hpp') 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 + * 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 -- cgit v1.2.3