From 5424a1d5434e3ddd911a504719918c2df027e2fd Mon Sep 17 00:00:00 2001 From: rtk0c Date: Sun, 17 Apr 2022 20:08:57 -0700 Subject: Changeset: 8 Initial work on sprites and texture system --- source/EditorAttachmentImpl.hpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source/EditorAttachmentImpl.hpp') diff --git a/source/EditorAttachmentImpl.hpp b/source/EditorAttachmentImpl.hpp index cb96348..258e987 100644 --- a/source/EditorAttachmentImpl.hpp +++ b/source/EditorAttachmentImpl.hpp @@ -19,6 +19,12 @@ class EaLevelWrapper : public EditorAttachment { public: }; +class EaIresObject : public EditorAttachment { +public: + std::string nameEditingScratch; + bool isEditingName = false; +}; + class EaShader : public EditorAttachment { public: Shader* shader; -- cgit v1.2.3-70-g09d2