diff options
Diffstat (limited to 'test/raycast.cpp')
-rw-r--r-- | test/raycast.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/raycast.cpp b/test/raycast.cpp new file mode 100644 index 00000000..672dc407 --- /dev/null +++ b/test/raycast.cpp @@ -0,0 +1,11 @@ +#include "app.hpp" +#include "src/raycast.hpp" + +namespace floormat { + +void test_app::test_raycast() +{ + +} + +} // namespace floormat::test_app |