summaryrefslogtreecommitdiffhomepage
path: root/main/app.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'main/app.hpp')
-rw-r--r--main/app.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/app.hpp b/main/app.hpp
index 3efc390f..389dbef3 100644
--- a/main/app.hpp
+++ b/main/app.hpp
@@ -9,6 +9,7 @@
#include "draw/wireframe-quad.hpp"
#include "draw/wireframe-box.hpp"
#include "compat/enum-bitset.hpp"
+#include "editor.hpp"
#include <Magnum/Timeline.h>
#include <Magnum/Platform/Sdl2Application.h>
#include <Magnum/GL/DebugOutput.h>
@@ -74,6 +75,7 @@ struct app final : Platform::Application
Vector2 camera_offset;
enum_bitset<key> keys;
Magnum::Timeline timeline;
+ editor_mode _editor_mode = editor_mode{};
};
} // namespace floormat