diff options
Diffstat (limited to 'src/chunk.hpp')
| -rw-r--r-- | src/chunk.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chunk.hpp b/src/chunk.hpp index 83764d87..dc784685 100644 --- a/src/chunk.hpp +++ b/src/chunk.hpp @@ -1,7 +1,6 @@ #pragma once #include "tile.hpp" #include "tile-iterator.hpp" -#include "scenery.hpp" #include <type_traits> #include <array> #include <memory> @@ -12,6 +11,7 @@ namespace floormat { struct anim_atlas; struct entity; +struct entity_proto; enum class collision : std::uint8_t { view, shoot, move, |
