diff options
| author | Petr Mrázek | 2012-03-03 14:37:08 +0100 |
|---|---|---|
| committer | Petr Mrázek | 2012-03-03 14:37:08 +0100 |
| commit | 34183f96b86394895975fb59ae3c4673cd78f502 (patch) | |
| tree | 415178d0e54c119aa3326b8bce403d69a1dbb31e /Block.h | |
| parent | 58147c3138cddc2e732dd537ca8a78782f196f88 (diff) | |
| download | stonesense-34183f96b86394895975fb59ae3c4673cd78f502.tar.gz stonesense-34183f96b86394895975fb59ae3c4673cd78f502.tar.bz2 stonesense-34183f96b86394895975fb59ae3c4673cd78f502.tar.xz | |
Get rid of Simple namespace, Gui module is now a namespace.
Diffstat (limited to 'Block.h')
| -rw-r--r-- | Block.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -66,7 +66,7 @@ public: DFHack::t_designation designation;
DFHack::t_occupancy occ;
- DFHack::Simple::Units::t_unit * creature;
+ DFHack::Units::t_unit * creature;
DFHack::t_matglossPair tree;
int mudlevel;
@@ -110,7 +110,7 @@ public: Effect Eff_OceanWave;
Effect Eff_SeaFoam;
struct {
- DFHack::Simple::Buildings::t_building info;
+ DFHack::Buildings::t_building info;
std::vector<c_sprite> sprites;
uint32_t index;
Block * parent;
|
