summaryrefslogtreecommitdiff
path: root/Block.h
diff options
context:
space:
mode:
authorPetr Mrázek2012-03-03 14:37:08 +0100
committerPetr Mrázek2012-03-03 14:37:08 +0100
commit34183f96b86394895975fb59ae3c4673cd78f502 (patch)
tree415178d0e54c119aa3326b8bce403d69a1dbb31e /Block.h
parent58147c3138cddc2e732dd537ca8a78782f196f88 (diff)
downloadstonesense-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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Block.h b/Block.h
index d7519e4..fa2e335 100644
--- a/Block.h
+++ b/Block.h
@@ -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;