diff options
Diffstat (limited to 'main/tests/test_physics_2d.h')
| -rw-r--r-- | main/tests/test_physics_2d.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/main/tests/test_physics_2d.h b/main/tests/test_physics_2d.h index dee18edfe..883bf1520 100644 --- a/main/tests/test_physics_2d.h +++ b/main/tests/test_physics_2d.h @@ -29,13 +29,11 @@ #ifndef TEST_PHYSICS_2D_H #define TEST_PHYSICS_2D_H - #include "os/main_loop.h" namespace TestPhysics2D { -MainLoop* test(); - +MainLoop *test(); } #endif // TEST_PHYSICS_2D_H |
