diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-11 03:53:12 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-11 08:49:52 +0100 |
commit | 0de0eb1fe18949a328b9e76a2dbf6319692cc3cb (patch) | |
tree | 069235056b38d320e4693bf1d1b89fbda17c058b /test/anim-atlas.cpp | |
parent | c40f3dc1505439acd34b5fff12ea0a570920f98d (diff) |
wip loader
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 |