From d43508ba4843801cbbf1f42a27af260d4eef5701 Mon Sep 17 00:00:00 2001 From: hnOsmium0001 Date: Sun, 17 Apr 2022 20:08:57 -0700 Subject: 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