summaryrefslogtreecommitdiff
path: root/Creatures.h
diff options
context:
space:
mode:
authorJapa2010-04-09 14:12:29 +0000
committerJapa2010-04-09 14:12:29 +0000
commit81aefc8e03ff3f647494012e18bcdc8f33f4de42 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /Creatures.h
parentc3d0b7d6778af46299901d959d589d6599afa21c (diff)
downloadstonesense-81aefc8e03ff3f647494012e18bcdc8f33f4de42.tar.gz
stonesense-81aefc8e03ff3f647494012e18bcdc8f33f4de42.tar.bz2
stonesense-81aefc8e03ff3f647494012e18bcdc8f33f4de42.tar.xz
There is no trunk
it is not the code that compiles, it is you.
Diffstat (limited to 'Creatures.h')
-rw-r--r--Creatures.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/Creatures.h b/Creatures.h
deleted file mode 100644
index 293d0de..0000000
--- a/Creatures.h
+++ /dev/null
@@ -1,20 +0,0 @@
-#pragma once
-#include "common.h"
-#include "commonTypes.h"
-#include "CreatureConfiguration.h"
-
-#define SPRITECRE_NA 0;
-
-static t_SpriteWithOffset spriteCre_NA = {0, 0, 0,-1,1+2+4+8+16+32};
-
-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);
-
-//extern vector<t_matgloss> v_creatureNames;
-//extern vector<CreatureConfiguration> creatureTypes; \ No newline at end of file