summaryrefslogtreecommitdiff
path: root/src/simulation/StructProperty.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-08-30 16:09:27 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-08-30 16:09:27 (GMT)
commit322d224fa7a1d5f155c87596bb2f5927989e9933 (patch)
tree22229c5232b5196ba5ea1ab270a82c05e7ab31c6 /src/simulation/StructProperty.h
parent7c2e84b7bb6f868546c68f566d345739b1d7174d (diff)
downloadpowder-322d224fa7a1d5f155c87596bb2f5927989e9933.zip
powder-322d224fa7a1d5f155c87596bb2f5927989e9933.tar.gz
Get/Set single element properties
Diffstat (limited to 'src/simulation/StructProperty.h')
-rw-r--r--src/simulation/StructProperty.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/simulation/StructProperty.h b/src/simulation/StructProperty.h
index 2458f41..8debaca 100644
--- a/src/simulation/StructProperty.h
+++ b/src/simulation/StructProperty.h
@@ -25,6 +25,14 @@ struct StructProperty
{
}
+
+ StructProperty():
+ Name(""),
+ Type(Char),
+ Offset(0)
+ {
+
+ }
};
#endif