diff options
Diffstat (limited to 'src/search-cache.hpp')
-rw-r--r-- | src/search-cache.hpp | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/search-cache.hpp b/src/search-cache.hpp index ee6f7537..c8fc8bbe 100644 --- a/src/search-cache.hpp +++ b/src/search-cache.hpp @@ -1,11 +1,15 @@ #pragma once #include "compat/defs.hpp" -#include "point.hpp" #include <array> #include <Corrade/Containers/Array.h> #include <Magnum/Math/Vector2.h> -namespace floormat { class world; class chunk; } +namespace floormat { +class world; +class chunk; +struct point; +struct chunk_coords_; +} // namespace floormat namespace floormat::Search { |