diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-01 17:41:55 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-01 17:41:55 +0100 |
commit | 601c42ae7c7df2adbff931ff4ac30ba39499da69 (patch) | |
tree | e7045157d63d7f730ffc78ac6e55639759aa02ce /editor/editor.hpp | |
parent | a8bfe471a46659b3050db1d4ad174b8e6b5cc4de (diff) |
editor gui stuff
Diffstat (limited to 'editor/editor.hpp')
-rw-r--r-- | editor/editor.hpp | 1 |
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 |