From 123f741e3f5374b93ac39887b62bfa0d66762ae2 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Sun, 22 May 2022 23:05:03 -0700 Subject: Changeset: 36 Add basic machinery for levels (no saving/loading yet) --- source/EditorCorePrivate.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/EditorCorePrivate.hpp') 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(); -- cgit v1.2.3-70-g09d2