diff options
author | rtk0c <[email protected]> | 2022-04-25 20:32:25 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2022-04-25 20:32:25 -0700 |
commit | 7fa7840be1093f194031d2d5d9b45ada8613e72e (patch) | |
tree | 50f27a16084d652dee58e7867ffe3f7e3ec477ec /source/EditorCore.hpp | |
parent | 855da86feae1a5cc14dc2d486ccf115f484dbc2e (diff) |
Changeset: 17 Replace EditorCommandPalette.hpp/cpp with the copy from P6503
Diffstat (limited to 'source/EditorCore.hpp')
-rw-r--r-- | source/EditorCore.hpp | 2 |
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; |