summaryrefslogtreecommitdiffhomepage
path: root/test/loader.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-11-22 13:41:14 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-11-22 13:41:14 +0100
commita5c6ca806b2bde216effbea7cd5d964b3f235b5f (patch)
treebd859c8082ff1460c957d965aca9f485d97bc973 /test/loader.cpp
parentbe44dc48469437370abab260fbd2c91a82109f9c (diff)
a
Diffstat (limited to 'test/loader.cpp')
-rw-r--r--test/loader.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/loader.cpp b/test/loader.cpp
index 69804c89..95c61489 100644
--- a/test/loader.cpp
+++ b/test/loader.cpp
@@ -2,6 +2,7 @@
#include "compat/assert.hpp"
#include "loader/loader.hpp"
#include "src/tile-atlas.hpp"
+#include "loader/wall-info.hpp"
namespace floormat {
@@ -14,6 +15,8 @@ void test_app::test_loader()
loader.sceneries();
for (StringView name : loader.anim_atlas_list())
loader.anim_atlas(name);
+ for (const auto& info : loader.wall_atlas_list())
+ (void)loader.wall_atlas(info.name);
}
} // namespace floormat