diff options
Diffstat (limited to 'test/app.hpp')
-rw-r--r-- | test/app.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/app.hpp b/test/app.hpp index c77c3369..44fbed11 100644 --- a/test/app.hpp +++ b/test/app.hpp @@ -8,5 +8,6 @@ struct app final : Platform::WindowlessWglApplication // NOLINT(cppcoreguideline ~app(); int exec() override; static bool test_json(); + static bool test_tile_iter(); }; } // namespace Magnum::Examples |