aboutsummaryrefslogtreecommitdiff
path: root/source/EditorCore.hpp
diff options
context:
space:
mode:
authorhnOsmium0001 <[email protected]>2022-04-25 20:32:25 -0700
committerhnOsmium0001 <[email protected]>2022-04-25 20:32:25 -0700
commite826894632f59c214c309d934843c49d73103612 (patch)
tree5ece9f0fb9f06576c6f0f4c5838c6655bce99e84 /source/EditorCore.hpp
parentf54370de7e4214cb7813d26b1a39a8f6e42b7b56 (diff)
Replace EditorCommandPalette.hpp/cpp with the copy from P6503
Diffstat (limited to 'source/EditorCore.hpp')
-rw-r--r--source/EditorCore.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/EditorCore.hpp b/source/EditorCore.hpp
index b473b2e..af35616 100644
--- a/source/EditorCore.hpp
+++ b/source/EditorCore.hpp
@@ -1,6 +1,7 @@
#pragma once
#include "EditorAttachment.hpp"
+#include "EditorCommandPalette.hpp"
#include "GameObject.hpp"
#include "Ires.hpp"
#include "RcPtr.hpp"
@@ -61,6 +62,7 @@ private:
GameWorld* mWorld;
GameObject* mPopupCurrent_GameObject = nullptr;
RcPtr<SpriteDefinition> mSpriteView_Instance;
+ EditorCommandPalette mEdCommandPalette;
EditorInspector mEdInspector;
EditorContentBrowser mEdContentBrowser;
int mSpriteView_Frame;