diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-29 21:04:07 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-29 21:04:07 (GMT) |
| commit | 58dc2559aad5abb3ae23f89155a4cdf37e0de885 (patch) | |
| tree | a7a452483b8875f3a95145578d7d45c36d53b52d /src/simulation/StructProperty.h | |
| parent | 3e78f64da8265816e973c6047fc9985193311e31 (diff) | |
| download | powder-58dc2559aad5abb3ae23f89155a4cdf37e0de885.zip powder-58dc2559aad5abb3ae23f89155a4cdf37e0de885.tar.gz | |
Implement retrieval of element properties
Diffstat (limited to 'src/simulation/StructProperty.h')
| -rw-r--r-- | src/simulation/StructProperty.h | 2 |
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; |
