diff options
author | rtk0c <[email protected]> | 2022-04-19 12:36:02 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2022-04-19 12:36:02 -0700 |
commit | 3290bb2b2dec223f0312c6d5fc3edf71d5d6e46f (patch) | |
tree | 1293b330f07ef410b1aea22e338c99c5ca07356b /source/EditorCore.hpp | |
parent | 07e8754e4d799e44678b595177e79e6eaa621268 (diff) |
Changeset: 12 Add hardcoded dependencies for IresManager, migrate Shader to Ires
Diffstat (limited to 'source/EditorCore.hpp')
-rw-r--r-- | source/EditorCore.hpp | 4 |
1 files changed, 0 insertions, 4 deletions
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); |