summaryrefslogtreecommitdiff
path: root/Creatures.h
diff options
context:
space:
mode:
authorKris Parker2009-12-13 06:58:53 +0000
committerKris Parker2009-12-13 06:58:53 +0000
commit6fe5091fdfdf5a9a0c35b0c0f97c133b128ac5b2 (patch)
treedcbe7b5f82c9b008ccc9f8ddb312ce5930ffc061 /Creatures.h
parent80ec44c9f1d062de569621874d396602b67095fe (diff)
downloadstonesense-6fe5091fdfdf5a9a0c35b0c0f97c133b128ac5b2.tar.gz
stonesense-6fe5091fdfdf5a9a0c35b0c0f97c133b128ac5b2.tar.bz2
stonesense-6fe5091fdfdf5a9a0c35b0c0f97c133b128ac5b2.tar.xz
Configurable shadow sizes
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 d9f4cc5..293d0de 100644
--- a/Creatures.h
+++ b/Creatures.h
@@ -11,7 +11,7 @@ void ReadCreaturesToSegment(API& DF, WorldSegment* segment);
void DrawCreature( BITMAP* target, int drawx, int drawy, t_creature* c );
t_SpriteWithOffset GetCreatureSpriteMap( t_creature* c );
-
+int GetCreatureShadowMap( t_creature* c );
void generateCreatureDebugString( t_creature* c, char* strbuffer);