summaryrefslogtreecommitdiff
path: root/GUI.h
diff options
context:
space:
mode:
authorJapa Illo2012-02-20 09:37:46 +0530
committerJapa Illo2012-02-20 09:37:46 +0530
commitf5316b07d137a1b4807298e284b5d238825a1de6 (patch)
treef7a7d356108be3991e148fab8ea116c6c2e9872e /GUI.h
parentb37199937ee7684da08ff36e6486ae2987d3bbb6 (diff)
downloadstonesense-f5316b07d137a1b4807298e284b5d238825a1de6.tar.gz
stonesense-f5316b07d137a1b4807298e284b5d238825a1de6.tar.bz2
stonesense-f5316b07d137a1b4807298e284b5d238825a1de6.tar.xz
Added effects back. Still need work to scale properly.
Signed-off-by: Japa Illo <japa.mala.illo@gmail.com>
Diffstat (limited to 'GUI.h')
-rw-r--r--GUI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/GUI.h b/GUI.h
index b5f8eb4..519ebdd 100644
--- a/GUI.h
+++ b/GUI.h
@@ -27,7 +27,7 @@ void saveScreenshot();
void saveMegashot(bool tall);
void dumpSegment();
void saveImage(ALLEGRO_BITMAP* image);
-void draw_particle_cloud(int count, float centerX, float centerY, float rangeX, float rangeY, ALLEGRO_BITMAP *sprite);
+void draw_particle_cloud(int count, float centerX, float centerY, float rangeX, float rangeY, ALLEGRO_BITMAP *sprite, ALLEGRO_COLOR tint);
extern WorldSegment* viewedSegment;//current, loaded
extern WorldSegment* altSegment;//background
extern int DisplayedSegmentX;