summaryrefslogtreecommitdiffhomepage
path: root/src/chunk.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-07-28 08:43:26 +0200
committerStanislaw Halik <sthalik@misaki.pl>2024-07-28 08:43:26 +0200
commit74a123a9fdf72fa4a2d0322de011d10b69898191 (patch)
tree7aaee73b410fc1a247ff7885dc56226a7a25b5b6 /src/chunk.hpp
parenteeaaef1547891b2a0d5c03a967d134a85458a36d (diff)
move out from hole.hpp to hole-cut.hpp
Now the latter doesn't require including <src/object.hpp>.
Diffstat (limited to 'src/chunk.hpp')
-rw-r--r--src/chunk.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/chunk.hpp b/src/chunk.hpp
index 65730d42..3d3bbe5a 100644
--- a/src/chunk.hpp
+++ b/src/chunk.hpp
@@ -6,6 +6,7 @@
#include "global-coords.hpp"
#include "wall-defs.hpp"
#include "search-pred.hpp"
+#include "hole-cut.hpp"
#include <type_traits>
#include <array>
#include <Corrade/Containers/Array.h>