diff options
Diffstat (limited to 'source/30-game/EditorCorePrivate.hpp')
-rw-r--r-- | source/30-game/EditorCorePrivate.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/30-game/EditorCorePrivate.hpp b/source/30-game/EditorCorePrivate.hpp index 42be050..e70f5ec 100644 --- a/source/30-game/EditorCorePrivate.hpp +++ b/source/30-game/EditorCorePrivate.hpp @@ -6,6 +6,7 @@ #include "EditorAttachment.hpp" #include "EditorCommandPalette.hpp" #include "EditorUtils.hpp" +#include "EditorWorldGuides.hpp" #include "GameObject.hpp" #include "Ires.hpp" #include "Level.hpp" @@ -85,6 +86,7 @@ private: EditorCommandPalette mEdCommandPalette; EditorInspector mEdInspector; EditorContentBrowser mEdContentBrowser; + EditorWorldGuides mEdGuides; GuizmoState mGuizmo; glm::vec3 mDragCam_CamInitial; ImVec2 mDragCam_CursorInitial; |