aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/Metadata.h
diff options
context:
space:
mode:
authormax-001 <maxsmits21@kpnmail.nl>2024-11-07 12:36:08 +0100
committermax-001 <maxsmits21@kpnmail.nl>2024-11-07 12:36:08 +0100
commitacbe6b5d4256db950827b120fe7cd781e45715f6 (patch)
tree8a4fa0077127a8d7f947da291d9a92efa94834ee /src/crepe/api/Metadata.h
parent96ef24654d2ee26184ebcb5b9092649e67afe5d9 (diff)
Made name and tag const
Diffstat (limited to 'src/crepe/api/Metadata.h')
-rw-r--r--src/crepe/api/Metadata.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crepe/api/Metadata.h b/src/crepe/api/Metadata.h
index 4d37108..fdbed41 100644
--- a/src/crepe/api/Metadata.h
+++ b/src/crepe/api/Metadata.h
@@ -31,9 +31,9 @@ public:
public:
//! The name of the GameObject
- std::string name;
+ const std::string NAME;
//! The tag of the GameObject
- std::string tag;
+ const std::string TAG;
//! The id of the parent GameObject (-1 if no parent)
uint32_t parent = -1;
//! The ids of the children GameObjects