aboutsummaryrefslogtreecommitdiff
path: root/source/EditorAttachmentImpl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/EditorAttachmentImpl.hpp')
-rw-r--r--source/EditorAttachmentImpl.hpp6
1 files changed, 6 insertions, 0 deletions
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;