diff options
| author | Japa | 2010-06-26 13:09:40 +0000 |
|---|---|---|
| committer | Japa | 2010-06-26 13:09:40 +0000 |
| commit | 78d235be81ea6f54e6270cb2bcb26a38a52b24a8 (patch) | |
| tree | ed695430075d22cf0982bd5eba1330650f28ba32 /Creatures.h | |
| parent | c4928171fc215e6dc55086a5867dcaecbb6a033a (diff) | |
| download | stonesense-78d235be81ea6f54e6270cb2bcb26a38a52b24a8.tar.gz stonesense-78d235be81ea6f54e6270cb2bcb26a38a52b24a8.tar.bz2 stonesense-78d235be81ea6f54e6270cb2bcb26a38a52b24a8.tar.xz | |
updated to the latest DFhack, debugmode also seems to be working.
also updated the building XMLs
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 90914ac..94a9e90 100644 --- a/Creatures.h +++ b/Creatures.h @@ -5,7 +5,7 @@ #define SPRITECRE_NA 0;
-void ReadCreaturesToSegment(API& DF, WorldSegment* segment);
+void ReadCreaturesToSegment( DFHack::Context& DF, WorldSegment* segment);
void DrawCreature(int drawx, int drawy, t_creature* creature );
void DrawCreatureText(int drawx, int drawy, t_creature* creature );
|
