diff options
Diffstat (limited to 'source/EditorCorePrivate.hpp')
-rw-r--r-- | source/EditorCorePrivate.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/EditorCorePrivate.hpp b/source/EditorCorePrivate.hpp index 884d33c..4fbfb72 100644 --- a/source/EditorCorePrivate.hpp +++ b/source/EditorCorePrivate.hpp @@ -8,6 +8,7 @@ #include "EditorUtils.hpp" #include "GameObject.hpp" #include "Ires.hpp" +#include "Level.hpp" #include "RcPtr.hpp" #include "Sprite.hpp" #include "World.hpp" @@ -31,6 +32,7 @@ private: enum Pane { P_Settings, P_Ires, + P_Level, }; static constexpr float kSplitterThickness = 3.0f; @@ -121,6 +123,7 @@ private: void ShowWorldProperties(); void ShowInspector(IresObject* ires); + void ShowInspector(LevelManager::LoadableObject* ldObj); void ShowInspector(GameObject* object); void ShowSpriteViewer(); |