summaryrefslogtreecommitdiff
path: root/GUI.h
diff options
context:
space:
mode:
authorJapa Illo2012-02-13 00:39:54 +0530
committerJapa Illo2012-02-13 00:39:54 +0530
commit78f13e7490e78098152af2c6771dc63b09808f46 (patch)
tree8921687f4cc073df00b35982303cb705ddee4fa0 /GUI.h
parent9e38e139ecce28e6bc316c05eccb28d411cae412 (diff)
downloadstonesense-78f13e7490e78098152af2c6771dc63b09808f46.tar.gz
stonesense-78f13e7490e78098152af2c6771dc63b09808f46.tar.bz2
stonesense-78f13e7490e78098152af2c6771dc63b09808f46.tar.xz
Added zoom. Still needs enhance.
Also fixed the motion blur. 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 a0f67ed..b5f8eb4 100644
--- a/GUI.h
+++ b/GUI.h
@@ -17,7 +17,7 @@ void flushImgFiles();
//returns index into getImgFile. Will only create new bitmaps when needed
int loadImgFile(const char* filename);
//int loadImgFile(ALLEGRO_PATH* filepath);
-void DrawSpriteFromSheet( int spriteNum,ALLEGRO_BITMAP* spriteSheet, ALLEGRO_COLOR color, int x, int y, Block * b = 0);
+void DrawSpriteFromSheet( int spriteNum,ALLEGRO_BITMAP* spriteSheet, ALLEGRO_COLOR color, float x, float y, Block * b = 0);
ALLEGRO_BITMAP * CreateSpriteFromSheet( int spriteNum, ALLEGRO_BITMAP* spriteSheet);
ALLEGRO_BITMAP* load_bitmap_withWarning(const char* path);
void DrawSpriteIndexOverlay(int i);