diff options
Diffstat (limited to 'source/EditorAttachmentImpl.hpp')
-rw-r--r-- | source/EditorAttachmentImpl.hpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/source/EditorAttachmentImpl.hpp b/source/EditorAttachmentImpl.hpp index 32618b1..cb96348 100644 --- a/source/EditorAttachmentImpl.hpp +++ b/source/EditorAttachmentImpl.hpp @@ -22,5 +22,10 @@ public: class EaShader : public EditorAttachment { public: Shader* shader; - std::string name; +}; + +class EaMaterial : public EditorAttachment { +public: + std::string editingScratch; + bool isEditingName = false; }; |