diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-01 18:01:03 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-01 18:01:03 +0100 |
commit | 92585b90be4b0be8953618d68f866711c9d15c7a (patch) | |
tree | 219f6742b9fb5bcd8411290cb14b24fd5e61a749 /editor/app.hpp | |
parent | 595081292307808fcd5140ae92594efea899d5dc (diff) |
w
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: |