summaryrefslogtreecommitdiff
path: root/GUI.h
diff options
context:
space:
mode:
authorJapa2010-06-18 14:29:21 +0000
committerJapa2010-06-18 14:29:21 +0000
commitaa39044cae131f6ce8b4c2ad43508b78effd2226 (patch)
tree8b0a6b6621179e305743a446ac8e11867d845e44 /GUI.h
parentc12a1c6867b6ad19cbc07995a9b2a475b3e05977 (diff)
downloadstonesense-aa39044cae131f6ce8b4c2ad43508b78effd2226.tar.gz
stonesense-aa39044cae131f6ce8b4c2ad43508b78effd2226.tar.bz2
stonesense-aa39044cae131f6ce8b4c2ad43508b78effd2226.tar.xz
Diffstat (limited to 'GUI.h')
-rw-r--r--GUI.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/GUI.h b/GUI.h
index 1d0200c..2406f0e 100644
--- a/GUI.h
+++ b/GUI.h
@@ -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