summaryrefslogtreecommitdiff
path: root/SpriteColors.h
diff options
context:
space:
mode:
authorPetr Mrázek2012-01-27 05:52:06 +0100
committerPetr Mrázek2012-01-27 05:52:06 +0100
commit66115070844f3bc1ae3f9142e43f7c110aa18159 (patch)
tree661a3c27bcdc105ea890e117dfb1f3790e5a0c0c /SpriteColors.h
parent92627e39cb3502812cd5a131716d3d1da8ef625a (diff)
downloadstonesense-66115070844f3bc1ae3f9142e43f7c110aa18159.tar.gz
stonesense-66115070844f3bc1ae3f9142e43f7c110aa18159.tar.bz2
stonesense-66115070844f3bc1ae3f9142e43f7c110aa18159.tar.xz
Major stonesense fixage.
Diffstat (limited to 'SpriteColors.h')
-rw-r--r--SpriteColors.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/SpriteColors.h b/SpriteColors.h
index 4516bde..c497013 100644
--- a/SpriteColors.h
+++ b/SpriteColors.h
@@ -4,8 +4,8 @@
ALLEGRO_COLOR getSpriteColor(t_SpriteWithOffset &sprite, t_matglossPair material, t_matglossPair layerMaterial, t_matglossPair veinMaterial);
ALLEGRO_COLOR getSpriteColor(t_subSprite &sprite, t_matglossPair material, t_matglossPair layerMaterial, t_matglossPair veinMaterial);
-ALLEGRO_COLOR getSpriteColor(t_SpriteWithOffset &sprite, t_unit* creature);
-ALLEGRO_COLOR getSpriteColor(t_subSprite &sprite, t_unit* creature);
+ALLEGRO_COLOR getSpriteColor(t_SpriteWithOffset &sprite, DFHack::Simple::Units::t_unit* creature);
+ALLEGRO_COLOR getSpriteColor(t_subSprite &sprite, DFHack::Simple::Units::t_unit* creature);
ALLEGRO_COLOR getDfColor(int color);
ALLEGRO_COLOR getDfColor(int color, int bright);
int getJobColor(unsigned char job); \ No newline at end of file