aboutsummaryrefslogtreecommitdiff
path: root/source/EditorAttachmentImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/EditorAttachmentImpl.cpp')
-rw-r--r--source/EditorAttachmentImpl.cpp7
1 files changed, 4 insertions, 3 deletions
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<EditorAttachment> EaGameObject::Create(GameObject* object) {
EditorAttachment* result;
@@ -14,6 +18,3 @@ std::unique_ptr<EditorAttachment> EaGameObject::Create(GameObject* object) {
result->name = NameOf(object->GetTypeTag());
return std::unique_ptr<EditorAttachment>(result);
}
-
-void EaShader::ShowInspector() {
-}