diff options
| author | Japa | 2011-07-20 15:59:11 +0000 |
|---|---|---|
| committer | Japa | 2011-07-20 15:59:11 +0000 |
| commit | aee9dc6758120d57a8fabc013a16c82f6682099c (patch) | |
| tree | 7d2ddd6cabb61e948d5cd19f7838ab313ac1c6e9 /Creatures.h | |
| parent | 3eacec9eef6da5e6ce6f7d966a6b601f6268557c (diff) | |
| download | stonesense-aee9dc6758120d57a8fabc013a16c82f6682099c.tar.gz stonesense-aee9dc6758120d57a8fabc013a16c82f6682099c.tar.bz2 stonesense-aee9dc6758120d57a8fabc013a16c82f6682099c.tar.xz | |
Got some sort of functionality out of DFapi. this means an empty window.
Diffstat (limited to 'Creatures.h')
| -rw-r--r-- | Creatures.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Creatures.h b/Creatures.h index 3b6998e..1f6fcda 100644 --- a/Creatures.h +++ b/Creatures.h @@ -7,7 +7,7 @@ class Block;
-void ReadCreaturesToSegment( DFHack::Context& DF, WorldSegment* segment);
+void ReadCreaturesToSegment( DFHack::Core& DF, WorldSegment* segment);
void DrawCreature(int drawx, int drawy, t_creature* creature, Block * b);
void DrawCreatureText(int drawx, int drawy, t_creature* creature );
|
