diff options
Diffstat (limited to 'editor/app.hpp')
-rw-r--r-- | editor/app.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/app.hpp b/editor/app.hpp index 6f21a456..80b1047b 100644 --- a/editor/app.hpp +++ b/editor/app.hpp @@ -81,6 +81,7 @@ struct app final : floormat_app floormat_main& main(); const struct cursor_state& cursor_state(); clickable* find_clickable_scenery(const Optional<Vector2i>& pixel); + Vector2 point_screen_pos(point pt); shared_ptr_wrapper<critter> ensure_player_character(world& w); private: |