summaryrefslogtreecommitdiffhomepage
path: root/floormat/main.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'floormat/main.hpp')
-rw-r--r--floormat/main.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/floormat/main.hpp b/floormat/main.hpp
index 7803cd3c..84f25eda 100644
--- a/floormat/main.hpp
+++ b/floormat/main.hpp
@@ -56,6 +56,7 @@ struct floormat_main
virtual global_coords pixel_to_tile(Vector2d position) const noexcept = 0;
virtual draw_bounds get_draw_bounds() const noexcept = 0;
+ [[nodiscard]] static bool check_chunk_visible(const Vector2d& offset, const Vector2i& size) noexcept;
virtual struct meshes meshes() noexcept = 0;
virtual struct world& world() noexcept = 0;