summaryrefslogtreecommitdiffhomepage
path: root/editor/app.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-02-01 18:01:03 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-02-01 18:01:03 +0100
commit92585b90be4b0be8953618d68f866711c9d15c7a (patch)
tree219f6742b9fb5bcd8411290cb14b24fd5e61a749 /editor/app.hpp
parent595081292307808fcd5140ae92594efea899d5dc (diff)
w
Diffstat (limited to 'editor/app.hpp')
-rw-r--r--editor/app.hpp1
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: