From 497a0ddb2ab57f6c517543ca20ea1b8333214710 Mon Sep 17 00:00:00 2001 From: hnOsmium0001 Date: Tue, 19 Apr 2022 12:36:02 -0700 Subject: Add hardcoded dependencies for IresManager, migrate Shader to Ires --- source/EditorCore.hpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/EditorCore.hpp') diff --git a/source/EditorCore.hpp b/source/EditorCore.hpp index 84e42d0..13dc2d0 100644 --- a/source/EditorCore.hpp +++ b/source/EditorCore.hpp @@ -13,7 +13,6 @@ struct EditorInspector { enum TargetType { ITT_GameObject, - ITT_Shader, ITT_Ires, ITT_None, }; @@ -30,7 +29,6 @@ class EditorContentBrowser { private: enum Pane { P_Settings, - P_Shader, P_Ires, }; @@ -81,8 +79,6 @@ public: private: void ShowWorldProperties(); - void ShowInspector(Shader* shader); - void ShowInspector(Material* material); void ShowInspector(IresObject* ires); void ShowInspector(GameObject* object); -- cgit v1.2.3-70-g09d2