summaryrefslogtreecommitdiffhomepage
path: root/main/main-impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'main/main-impl.hpp')
-rw-r--r--main/main-impl.hpp1
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;