/* * SPDX-FileCopyrightText: 2025 Felix Morgner * SPDX-License-Identifier: LGPL-2.1-only */ #ifndef TURNS_GUI_TESTS_MAIN_HPP #define TURNS_GUI_TESTS_MAIN_HPP #include #include #include namespace Turns::gui::tests::globals { extern Glib::RefPtr app; extern Glib::RefPtr win; } // namespace Turns::gui::tests::globals #endif