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 fc0bc90c..78794cd3 100644 --- a/test/app.hpp +++ b/test/app.hpp @@ -39,6 +39,7 @@ struct test_app final : private FM_APPLICATION static void test_wall_atlas(); static void test_wall_atlas2(); static void test_raycast(); + static void test_intrusive_ptr(); static void zzz_test_misc(); }; } // namespace floormat |