From f2011f48feb7a7ed4139ec6aa1ee874d520f1d86 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Sat, 11 Jun 2022 11:39:51 -0700 Subject: Changeset: 71 Initial work on rendering grid in editor mode, move ImGuizmo out of game project (no more codegen) --- source/30-game/EditorCorePrivate.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/30-game/EditorCorePrivate.hpp') 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; -- cgit v1.2.3-70-g09d2