diff options
| author | Japa Illo | 2012-02-20 09:37:46 +0530 |
|---|---|---|
| committer | Japa Illo | 2012-02-20 09:37:46 +0530 |
| commit | f5316b07d137a1b4807298e284b5d238825a1de6 (patch) | |
| tree | f7a7d356108be3991e148fab8ea116c6c2e9872e /GUI.h | |
| parent | b37199937ee7684da08ff36e6486ae2987d3bbb6 (diff) | |
| download | stonesense-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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;
|
