diff options
| author | Petr Mrázek | 2012-02-27 20:04:19 +0100 |
|---|---|---|
| committer | Petr Mrázek | 2012-02-27 20:04:19 +0100 |
| commit | 44107ca9d4f9c33ce9564acb48ca954b5f473524 (patch) | |
| tree | 1ece6d17f7f703dab7735537a3e7a21cbae17596 /SpriteColors.h | |
| parent | ca35c82579d1e3e0ce227ccdaeb71c2a6dbf1cb9 (diff) | |
| download | stonesense-44107ca9d4f9c33ce9564acb48ca954b5f473524.tar.gz stonesense-44107ca9d4f9c33ce9564acb48ca954b5f473524.tar.bz2 stonesense-44107ca9d4f9c33ce9564acb48ca954b5f473524.tar.xz | |
DF colors tweak.
Diffstat (limited to 'SpriteColors.h')
| -rw-r--r-- | SpriteColors.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/SpriteColors.h b/SpriteColors.h index a3c64ca..c947b80 100644 --- a/SpriteColors.h +++ b/SpriteColors.h @@ -1,6 +1,5 @@ #pragma once
#include "common.h"
-ALLEGRO_COLOR getDfColor(int color);
-ALLEGRO_COLOR getDfColor(int color, int bright);
+
int getJobColor(unsigned char job);
\ No newline at end of file |
