diff options
| author | Japa | 2010-06-18 14:29:21 +0000 |
|---|---|---|
| committer | Japa | 2010-06-18 14:29:21 +0000 |
| commit | aa39044cae131f6ce8b4c2ad43508b78effd2226 (patch) | |
| tree | 8b0a6b6621179e305743a446ac8e11867d845e44 /GUI.h | |
| parent | c12a1c6867b6ad19cbc07995a9b2a475b3e05977 (diff) | |
| download | stonesense-aa39044cae131f6ce8b4c2ad43508b78effd2226.tar.gz stonesense-aa39044cae131f6ce8b4c2ad43508b78effd2226.tar.bz2 stonesense-aa39044cae131f6ce8b4c2ad43508b78effd2226.tar.xz | |
Diffstat (limited to 'GUI.h')
| -rw-r--r-- | GUI.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -45,10 +45,12 @@ extern ALLEGRO_BITMAP* IMGObjectSheet; extern ALLEGRO_BITMAP* IMGCreatureSheet;
extern ALLEGRO_BITMAP* IMGRampSheet;
extern ALLEGRO_BITMAP* IMGStatusSheet;
+extern ALLEGRO_BITMAP* IMGBloodSheet;
extern Crd3D debugCursor;
extern vector<string*> IMGFilenames;
ALLEGRO_COLOR operator*(const ALLEGRO_COLOR &color1, const ALLEGRO_COLOR &color2);
ALLEGRO_COLOR operator+(const ALLEGRO_COLOR &color1, const ALLEGRO_COLOR &color2);
-ALLEGRO_COLOR getDayShade(int hour, int tick);
\ No newline at end of file +ALLEGRO_COLOR getDayShade(int hour, int tick);
+ALLEGRO_COLOR partialBlend(ALLEGRO_COLOR & color2, ALLEGRO_COLOR & color1, int percent);
\ No newline at end of file |
