diff options
| author | Japa | 2010-05-16 09:02:17 +0000 |
|---|---|---|
| committer | Japa | 2010-05-16 09:02:17 +0000 |
| commit | 2525b740d814f3ce8694effd840e6f30905d0d0a (patch) | |
| tree | 49d17d27ec401b1883c06f17f7e4e04dab7a12b4 /GUI.h | |
| parent | 10376966821a08383a046bf9e3427913aea49f97 (diff) | |
| download | stonesense-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.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |
