diff options
| author | Petr Mrázek | 2012-02-27 17:44:09 +0100 |
|---|---|---|
| committer | Petr Mrázek | 2012-02-27 17:44:09 +0100 |
| commit | ca35c82579d1e3e0ce227ccdaeb71c2a6dbf1cb9 (patch) | |
| tree | 04052da84dee32c944dc3d8e9a4167102cc2b8e9 /SpriteColors.h | |
| parent | 09476326db2b0613e6120fa83146e004b6d92dda (diff) | |
| download | stonesense-ca35c82579d1e3e0ce227ccdaeb71c2a6dbf1cb9.tar.gz stonesense-ca35c82579d1e3e0ce227ccdaeb71c2a6dbf1cb9.tar.bz2 stonesense-ca35c82579d1e3e0ce227ccdaeb71c2a6dbf1cb9.tar.xz | |
Get rid of a bunch of things. Simpler map segment update mechanism.
Diffstat (limited to 'SpriteColors.h')
| -rw-r--r-- | SpriteColors.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/SpriteColors.h b/SpriteColors.h index c497013..a3c64ca 100644 --- a/SpriteColors.h +++ b/SpriteColors.h @@ -1,11 +1,6 @@ #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, 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 |
