summaryrefslogtreecommitdiff
path: root/Creatures.h
diff options
context:
space:
mode:
authorJapa2010-06-26 13:09:40 +0000
committerJapa2010-06-26 13:09:40 +0000
commit78d235be81ea6f54e6270cb2bcb26a38a52b24a8 (patch)
treeed695430075d22cf0982bd5eba1330650f28ba32 /Creatures.h
parentc4928171fc215e6dc55086a5867dcaecbb6a033a (diff)
downloadstonesense-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.h2
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 );