diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-12-04 15:07:52 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-12-04 15:39:43 +0100 |
commit | b0c87995cbe887d36c7aa5ecb6f5b0f3224eb595 (patch) | |
tree | 86ae804faf16195847c1d36eb800d58d0b027ef8 /test/app.hpp | |
parent | 7dd0604d57fb0941b87cc944f46afa68e386d99f (diff) |
compat/lqt: make it build
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 7365e093..94b6e506 100644 --- a/test/app.hpp +++ b/test/app.hpp @@ -24,5 +24,6 @@ struct test_app final : private FM_APPLICATION static void test_const_math(); static void test_serializer(); static void test_entity(); + static void test_quadtree(); }; } // namespace floormat |