diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-04 15:56:38 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-04 15:56:38 +0100 |
commit | be23be617142a4583e9aece1f880596a17100cf2 (patch) | |
tree | c6939b857b8898ce9f902f43da049173284eb4ac /test/raycast.cpp | |
parent | d8baa2aa71d3da84464aa1b88d41464c2666c1d4 (diff) |
a
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 |