summaryrefslogtreecommitdiff
path: root/src/simulation/StructProperty.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/StructProperty.h')
-rw-r--r--src/simulation/StructProperty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/StructProperty.h b/src/simulation/StructProperty.h
index 832e83b..2458f41 100644
--- a/src/simulation/StructProperty.h
+++ b/src/simulation/StructProperty.h
@@ -13,7 +13,7 @@
struct StructProperty
{
- enum PropertyType { ParticleType, Colour, Integer, UInteger, Float, String };
+ enum PropertyType { ParticleType, Colour, Integer, UInteger, Float, String, Char, UChar };
std::string Name;
PropertyType Type;
intptr_t Offset;