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 /main/main-impl.hpp | |
parent | a823c20d5d789a680a83a5edc5794abf943da378 (diff) |
a
Diffstat (limited to 'main/main-impl.hpp')
-rw-r--r-- | main/main-impl.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/main-impl.hpp b/main/main-impl.hpp index 43add3bf..c078cb87 100644 --- a/main/main-impl.hpp +++ b/main/main-impl.hpp @@ -40,6 +40,7 @@ struct main_impl final : Platform::Sdl2Application, floormat_main const fm_settings& settings() const noexcept override; global_coords pixel_to_tile(Vector2d position) const noexcept override; + Vector2d pixel_to_tile_(Vector2d position) const noexcept override; ArrayView<const clickable<anim_atlas, scenery>> clickable_scenery() const noexcept override; ArrayView<clickable<anim_atlas, scenery>> clickable_scenery() noexcept override; |