diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-26 18:19:46 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-26 18:28:37 +0200 |
commit | 05dee8a02773141cbe6cbfb1c0557018210ced05 (patch) | |
tree | 25e1e9fd68a05912c146ccc45ceb07c3d6f99ae4 /src/chunk.cpp | |
parent | 50273c040e605b6dbee3389c0c2adce2b8d85701 (diff) |
a
Diffstat (limited to 'src/chunk.cpp')
-rw-r--r-- | src/chunk.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/chunk.cpp b/src/chunk.cpp index 21ebe800..5450a02e 100644 --- a/src/chunk.cpp +++ b/src/chunk.cpp @@ -1,6 +1,7 @@ #include "chunk.hpp" #include "src/tile-atlas.hpp" #include "anim-atlas.hpp" +#include "tile-iterator.hpp" #include <algorithm> #include <Magnum/GL/Context.h> |