summaryrefslogtreecommitdiffhomepage
path: root/editor/app.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-26 21:07:33 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-26 21:59:08 +0200
commit15e25836d4097c0179f6ed18d91611e3a0250664 (patch)
treea602892b3ec6d527b59596766e00e89fe7ee8051 /editor/app.hpp
parent07f9e1834243783a8baa51da26869582214c6880 (diff)
add quicksave and quickload!
Diffstat (limited to 'editor/app.hpp')
-rw-r--r--editor/app.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/editor/app.hpp b/editor/app.hpp
index 1fe2fc16..17e648ef 100644
--- a/editor/app.hpp
+++ b/editor/app.hpp
@@ -78,6 +78,9 @@ private:
void do_keys();
enum_bitset<key> get_nonrepeat_keys();
+ void do_quicksave();
+ void do_quickload();
+
void reset_camera_offset();
void update_cursor_tile(const std::optional<Vector2i>& pixel);