/* * 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