summaryrefslogtreecommitdiff
path: root/GUI.h
diff options
context:
space:
mode:
authorJapa2010-05-16 09:02:17 +0000
committerJapa2010-05-16 09:02:17 +0000
commit2525b740d814f3ce8694effd840e6f30905d0d0a (patch)
tree49d17d27ec401b1883c06f17f7e4e04dab7a12b4 /GUI.h
parent10376966821a08383a046bf9e3427913aea49f97 (diff)
downloadstonesense-2525b740d814f3ce8694effd840e6f30905d0d0a.tar.gz
stonesense-2525b740d814f3ce8694effd840e6f30905d0d0a.tar.bz2
stonesense-2525b740d814f3ce8694effd840e6f30905d0d0a.tar.xz
added a day/night cycle.
need to make it optional.
Diffstat (limited to 'GUI.h')
-rw-r--r--GUI.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/GUI.h b/GUI.h
index d3fa52e..e0c67cf 100644
--- a/GUI.h
+++ b/GUI.h
@@ -46,4 +46,8 @@ extern ALLEGRO_BITMAP* IMGCreatureSheet;
extern ALLEGRO_BITMAP* IMGRampSheet;
extern Crd3D debugCursor;
-extern vector<string*> IMGFilenames; \ No newline at end of file
+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