diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-04-08 11:16:28 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-04-08 19:40:24 +0200 |
commit | 457cdf24489c20f0f9b9b9877bf9e875aa643f91 (patch) | |
tree | 5c01a4cbe3935784e30b3a2a2912e62aa00ef29a /test/app.hpp | |
parent | b25edf465d08750fb5f93068cd8b8d5cd9d0dcec (diff) |
wip
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 4f6597d9..6ec88371 100644 --- a/test/app.hpp +++ b/test/app.hpp @@ -41,6 +41,7 @@ struct test_app final : private FM_APPLICATION static void test_raycast(); static void test_region(); static void test_saves(); + static void test_script(); static void test_serializer1(); static void test_tile_iter(); static void test_wall_atlas(); |