diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-02-25 21:11:18 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-02-25 21:11:18 +0100 |
commit | 0b694f21edc97bd95faa65197bdda6b440479df3 (patch) | |
tree | 6ea5311aeb8c0b9613db429b1ffbe670924ea6b7 /floormat | |
parent | a823c20d5d789a680a83a5edc5794abf943da378 (diff) |
a
Diffstat (limited to 'floormat')
-rw-r--r-- | floormat/main.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
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; |