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 b358d896..b1995e77 100644 --- a/test/app.hpp +++ b/test/app.hpp @@ -19,7 +19,6 @@ void test_astar(); void test_astar_pool(); void test_bitmask(); void test_bptr(); -void test_collisions(); void test_coords(); void test_critter(); void test_dijkstra(); @@ -38,6 +37,7 @@ void test_magnum_math(); void test_math(); void test_raycast(); void test_region(); +void test_rtree(); void test_save(); void test_saves(); void test_script(); |