From 0de0eb1fe18949a328b9e76a2dbf6319692cc3cb Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 11 Feb 2024 03:53:12 +0100 Subject: wip loader --- test/anim-atlas.cpp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 test/anim-atlas.cpp (limited to 'test/anim-atlas.cpp') 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 -- cgit v1.2.3