diff options
| author | Simon 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) |
| commit | 322d224fa7a1d5f155c87596bb2f5927989e9933 (patch) | |
| tree | 22229c5232b5196ba5ea1ab270a82c05e7ab31c6 /src/simulation | |
| parent | 7c2e84b7bb6f868546c68f566d345739b1d7174d (diff) | |
| download | powder-322d224fa7a1d5f155c87596bb2f5927989e9933.zip powder-322d224fa7a1d5f155c87596bb2f5927989e9933.tar.gz | |
Get/Set single element properties
Diffstat (limited to 'src/simulation')
| -rw-r--r-- | src/simulation/StructProperty.h | 8 |
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 |
