From 17d5b091c9b2901ac96f5eee0da6af07228ae690 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Sun, 10 Apr 2022 23:00:36 -0700 Subject: Changeset: 5 Add shader and corresponding editor components --- source/EditorAttachmentImpl.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'source/EditorAttachmentImpl.cpp') diff --git a/source/EditorAttachmentImpl.cpp b/source/EditorAttachmentImpl.cpp index 79c72ff..75d93cb 100644 --- a/source/EditorAttachmentImpl.cpp +++ b/source/EditorAttachmentImpl.cpp @@ -1,4 +1,8 @@ #include "EditorAttachmentImpl.hpp" +#include "EditorAttachment.hpp" + +EditorAttachment::EditorAttachment() { +} std::unique_ptr EaGameObject::Create(GameObject* object) { EditorAttachment* result; @@ -14,6 +18,3 @@ std::unique_ptr EaGameObject::Create(GameObject* object) { result->name = NameOf(object->GetTypeTag()); return std::unique_ptr(result); } - -void EaShader::ShowInspector() { -} -- cgit v1.2.3-70-g09d2