diff options
| author | Japa | 2010-07-20 01:45:27 +0000 |
|---|---|---|
| committer | Japa | 2010-07-20 01:45:27 +0000 |
| commit | 09d966b4e12c49682dd2e972c9061232d0b2c9e0 (patch) | |
| tree | 6c2d4098f7205c7a6b891578f94b32f1deef56b7 /SpriteColors.h | |
| parent | c95b2522993921f71685f9775133994d3c559828 (diff) | |
| download | stonesense-09d966b4e12c49682dd2e972c9061232d0b2c9e0.tar.gz stonesense-09d966b4e12c49682dd2e972c9061232d0b2c9e0.tar.bz2 stonesense-09d966b4e12c49682dd2e972c9061232d0b2c9e0.tar.xz | |
Properly renamed SpriteColors.cpp
Diffstat (limited to 'SpriteColors.h')
| -rw-r--r-- | SpriteColors.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/SpriteColors.h b/SpriteColors.h new file mode 100644 index 0000000..6907997 --- /dev/null +++ b/SpriteColors.h @@ -0,0 +1,11 @@ +#pragma once
+
+#include "common.h"
+
+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_creature* creature);
+ALLEGRO_COLOR getSpriteColor(t_subSprite &sprite, t_creature* creature);
+ALLEGRO_COLOR getDfColor(int color);
+ALLEGRO_COLOR getDfColor(int color, int bright);
+int getJobColor(unsigned char job);
\ No newline at end of file |
