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