From 906557f094e407ce21d429ef647bc75fe3179cf1 Mon Sep 17 00:00:00 2001 From: hnOsmium0001 Date: Sat, 9 Apr 2022 13:29:41 -0700 Subject: More work on editor --- source/EditorAttachmentImpl.hpp | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 source/EditorAttachmentImpl.hpp (limited to 'source/EditorAttachmentImpl.hpp') diff --git a/source/EditorAttachmentImpl.hpp b/source/EditorAttachmentImpl.hpp new file mode 100644 index 0000000..7763a8f --- /dev/null +++ b/source/EditorAttachmentImpl.hpp @@ -0,0 +1,29 @@ +#pragma once + +#include "EditorAttachment.hpp" +#include "EditorInspector.hpp" +#include "GameObject.hpp" +#include "Player.hpp" + +#include + +class EaGameObject : public EditorAttachment { +public: + static std::unique_ptr Create(GameObject* object); +}; + +class EaPlayer : public EditorAttachment { +public: +}; + +class EaLevelWrapper : public EditorAttachment { +public: +}; + +class EaShader : public EditorAttachment, public IEditorInspectorTarget { +public: + Shader* shader; + +public: + void ShowInspector() override; +}; -- cgit v1.2.3-70-g09d2