summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-03-26 18:19:46 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-03-26 18:28:37 +0200
commit05dee8a02773141cbe6cbfb1c0557018210ced05 (patch)
tree25e1e9fd68a05912c146ccc45ceb07c3d6f99ae4 /test
parent50273c040e605b6dbee3389c0c2adce2b8d85701 (diff)
a
Diffstat (limited to 'test')
-rw-r--r--test/json.cpp1
-rw-r--r--test/serializer.cpp1
-rw-r--r--test/tile-iter.cpp1
3 files changed, 3 insertions, 0 deletions
diff --git a/test/json.cpp b/test/json.cpp
index 8cc6ed96..d9498e49 100644
--- a/test/json.cpp
+++ b/test/json.cpp
@@ -9,6 +9,7 @@
#include "chunk.hpp"
#include "world.hpp"
#include "loader/loader.hpp"
+#include "tile-iterator.hpp"
#include <Corrade/Containers/StringView.h>
#include <Corrade/Utility/Path.h>
diff --git a/test/serializer.cpp b/test/serializer.cpp
index 0e10b899..8107ad68 100644
--- a/test/serializer.cpp
+++ b/test/serializer.cpp
@@ -5,6 +5,7 @@
#include "src/character.hpp"
#include "src/tile-atlas.hpp"
#include "src/anim-atlas.hpp"
+#include "src/tile-iterator.hpp"
#include <Corrade/Utility/Path.h>
namespace floormat {
diff --git a/test/tile-iter.cpp b/test/tile-iter.cpp
index 1b6e2fcc..85ad8797 100644
--- a/test/tile-iter.cpp
+++ b/test/tile-iter.cpp
@@ -1,6 +1,7 @@
#include "app.hpp"
#include "chunk.hpp"
#include "world.hpp"
+#include "tile-iterator.hpp"
namespace floormat {
static inline bool always_false()