diff options
Diffstat (limited to 'test/app.hpp')
-rw-r--r-- | test/app.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/app.hpp b/test/app.hpp index 98e08523..b2575433 100644 --- a/test/app.hpp +++ b/test/app.hpp @@ -40,9 +40,9 @@ struct test_app final : private FM_APPLICATION static void test_math(); static void test_raycast(); static void test_region(); + static void test_save(); static void test_saves(); static void test_script(); - static void test_save(); static void test_tile_iter(); static void test_wall_atlas(); static void test_wall_atlas2(); |