diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-12-21 18:31:06 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-12-21 18:31:06 +0100 |
commit | dba52df4581329a692d889d76cb7f093e7e3f7d9 (patch) | |
tree | 85d1979fc3062856ac2f4eaaae484a1d22bfc4f5 /editor/editor-enums.hpp | |
parent | 38993b7085d42087ce5810ea0992108b25588786 (diff) |
www
Diffstat (limited to 'editor/editor-enums.hpp')
-rw-r--r-- | editor/editor-enums.hpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/editor/editor-enums.hpp b/editor/editor-enums.hpp index 77323ab3..a1b13487 100644 --- a/editor/editor-enums.hpp +++ b/editor/editor-enums.hpp @@ -6,10 +6,6 @@ enum class editor_mode : unsigned char { none, floor, walls, scenery, vobj, tests, }; -enum class editor_wall_rotation : unsigned char { - N, W, -}; - enum class editor_snap_mode : unsigned char { none = 0, horizontal = 1 << 0, |