diff options
| author | Kris Parker | 2009-12-13 06:58:53 +0000 |
|---|---|---|
| committer | Kris Parker | 2009-12-13 06:58:53 +0000 |
| commit | 6fe5091fdfdf5a9a0c35b0c0f97c133b128ac5b2 (patch) | |
| tree | dcbe7b5f82c9b008ccc9f8ddb312ce5930ffc061 /Creatures.h | |
| parent | 80ec44c9f1d062de569621874d396602b67095fe (diff) | |
| download | stonesense-6fe5091fdfdf5a9a0c35b0c0f97c133b128ac5b2.tar.gz stonesense-6fe5091fdfdf5a9a0c35b0c0f97c133b128ac5b2.tar.bz2 stonesense-6fe5091fdfdf5a9a0c35b0c0f97c133b128ac5b2.tar.xz | |
Configurable shadow sizes
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 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);
|
