summaryrefslogtreecommitdiffhomepage
path: root/editor/editor.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-11-01 17:41:55 +0100
committerStanislaw Halik <sthalik@misaki.pl>2022-11-01 17:41:55 +0100
commit601c42ae7c7df2adbff931ff4ac30ba39499da69 (patch)
treee7045157d63d7f730ffc78ac6e55639759aa02ce /editor/editor.hpp
parenta8bfe471a46659b3050db1d4ad174b8e6b5cc4de (diff)
editor gui stuff
Diffstat (limited to 'editor/editor.hpp')
-rw-r--r--editor/editor.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor.hpp b/editor/editor.hpp
index 5bf84803..4d6b48df 100644
--- a/editor/editor.hpp
+++ b/editor/editor.hpp
@@ -72,6 +72,7 @@ public:
void toggle_rotation();
void set_rotation(editor_wall_rotation r);
snap_mode check_snap(int mods) const;
+ bool can_rotate() const;
};
struct editor final