summaryrefslogtreecommitdiffhomepage
path: root/editor/app.hpp
diff options
context:
space:
mode:
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);