diff options
| author | Japa | 2010-07-20 01:37:48 +0000 |
|---|---|---|
| committer | Japa | 2010-07-20 01:37:48 +0000 |
| commit | 374bf989224efb8a5ba82076b243152717d6b6bf (patch) | |
| tree | 0284069ac102c8d1e745c33673c3c4de563f76ca /GUI.h | |
| parent | 2fc5d2f220a5c841bd7f84b860bfd20782d43abe (diff) | |
| download | stonesense-374bf989224efb8a5ba82076b243152717d6b6bf.tar.gz stonesense-374bf989224efb8a5ba82076b243152717d6b6bf.tar.bz2 stonesense-374bf989224efb8a5ba82076b243152717d6b6bf.tar.xz | |
fixed some compatibility stuff
Diffstat (limited to 'GUI.h')
| -rw-r--r-- | GUI.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,4 +53,4 @@ 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);
-ALLEGRO_COLOR partialBlend(ALLEGRO_COLOR & color2, ALLEGRO_COLOR & color1, int percent);
\ No newline at end of file +ALLEGRO_COLOR partialBlend(const ALLEGRO_COLOR & color2, const ALLEGRO_COLOR & color1, int percent);
\ No newline at end of file |
