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 94b6e506..17ca2b6e 100644 --- a/test/app.hpp +++ b/test/app.hpp @@ -25,5 +25,6 @@ struct test_app final : private FM_APPLICATION static void test_serializer(); static void test_entity(); static void test_quadtree(); + static void test_loader(); }; } // namespace floormat |