diff options
| author | Petr Mrázek | 2012-01-27 05:52:06 +0100 |
|---|---|---|
| committer | Petr Mrázek | 2012-01-27 05:52:06 +0100 |
| commit | 66115070844f3bc1ae3f9142e43f7c110aa18159 (patch) | |
| tree | 661a3c27bcdc105ea890e117dfb1f3790e5a0c0c /Creatures.h | |
| parent | 92627e39cb3502812cd5a131716d3d1da8ef625a (diff) | |
| download | stonesense-66115070844f3bc1ae3f9142e43f7c110aa18159.tar.gz stonesense-66115070844f3bc1ae3f9142e43f7c110aa18159.tar.bz2 stonesense-66115070844f3bc1ae3f9142e43f7c110aa18159.tar.xz | |
Major stonesense fixage.
Diffstat (limited to 'Creatures.h')
| -rw-r--r-- | Creatures.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Creatures.h b/Creatures.h index a643221..dd3d1cb 100644 --- a/Creatures.h +++ b/Creatures.h @@ -7,6 +7,8 @@ class Block;
+using DFHack::Simple::Units::t_unit;
+
void ReadCreaturesToSegment( DFHack::Core& DF, WorldSegment* segment);
void DrawCreature(int drawx, int drawy, t_unit* creature, Block * b);
|
