diff options
| author | Petr Mrázek | 2011-12-02 10:38:43 +0100 |
|---|---|---|
| committer | Petr Mrázek | 2011-12-02 10:38:43 +0100 |
| commit | 7d788284afa871fb6c36c937f45eaf22ea49bab2 (patch) | |
| tree | 43b819290958d8b64689bd01da56feaf5236d597 /Creatures.h | |
| parent | 71d28909ec397d0a772e6135a822cc1c4a5fd3a7 (diff) | |
| download | stonesense-7d788284afa871fb6c36c937f45eaf22ea49bab2.tar.gz stonesense-7d788284afa871fb6c36c937f45eaf22ea49bab2.tar.bz2 stonesense-7d788284afa871fb6c36c937f45eaf22ea49bab2.tar.xz | |
df_creature -> df_unit
Diffstat (limited to 'Creatures.h')
| -rw-r--r-- | Creatures.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Creatures.h b/Creatures.h index 1f6fcda..a643221 100644 --- a/Creatures.h +++ b/Creatures.h @@ -9,14 +9,14 @@ class Block; void ReadCreaturesToSegment( DFHack::Core& DF, WorldSegment* segment);
-void DrawCreature(int drawx, int drawy, t_creature* creature, Block * b);
-void DrawCreatureText(int drawx, int drawy, t_creature* creature );
-c_sprite* GetCreatureSpriteMap( t_creature* c );
-int GetCreatureShadowMap( t_creature* c );
+void DrawCreature(int drawx, int drawy, t_unit* creature, Block * b);
+void DrawCreatureText(int drawx, int drawy, t_unit* creature );
+c_sprite* GetCreatureSpriteMap( t_unit* c );
+int GetCreatureShadowMap( t_unit* c );
-void generateCreatureDebugString( t_creature* c, char* strbuffer);
-void generateCreatureDebugString2( t_creature* c, char* strbuffer);
+void generateCreatureDebugString( t_unit* c, char* strbuffer);
+void generateCreatureDebugString2( t_unit* c, char* strbuffer);
//extern vector<t_matgloss> v_creatureNames;
//extern vector<CreatureConfiguration> creatureTypes;
\ No newline at end of file |
