From 0b694f21edc97bd95faa65197bdda6b440479df3 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 25 Feb 2023 21:11:18 +0100 Subject: a --- floormat/main.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'floormat') diff --git a/floormat/main.hpp b/floormat/main.hpp index 8b5648a2..db2eb5c0 100644 --- a/floormat/main.hpp +++ b/floormat/main.hpp @@ -59,6 +59,7 @@ struct floormat_main virtual std::uint32_t cursor() const noexcept = 0; virtual global_coords pixel_to_tile(Vector2d position) const noexcept = 0; + virtual Vector2d 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; -- cgit v1.2.3