summaryrefslogtreecommitdiffhomepage
path: root/editor/app.hpp
diff options
context:
space:
mode:
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 64fdb587..d12a7001 100644
--- a/editor/app.hpp
+++ b/editor/app.hpp
@@ -108,6 +108,7 @@ private:
void do_key(key k, int mods);
void do_key(key k);
+ void do_rotate(bool backward);
void apply_commands(const key_set& k);
int get_key_modifiers();
void clear_keys(key min_inclusive, key max_exclusive);