summaryrefslogtreecommitdiff
path: root/GUI.h
diff options
context:
space:
mode:
authorJapa Illo2012-02-21 22:56:10 +0530
committerJapa Illo2012-02-21 22:56:10 +0530
commit58a007c84d76179e3d254c0f9d8524c7b2ff05c3 (patch)
tree9cb05f0fdc55441ce064859563b735a6a607c217 /GUI.h
parent852f0452d13578dccd9971518a3627cc29e8abf6 (diff)
downloadstonesense-58a007c84d76179e3d254c0f9d8524c7b2ff05c3.tar.gz
stonesense-58a007c84d76179e3d254c0f9d8524c7b2ff05c3.tar.bz2
stonesense-58a007c84d76179e3d254c0f9d8524c7b2ff05c3.tar.xz
added new web sprites. untested
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 519ebdd..08990fb 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, float x, float y, Block * b = 0);
+void DrawSpriteFromSheet( int spriteNum,ALLEGRO_BITMAP* spriteSheet, ALLEGRO_COLOR color, float x, float y, Block * b = 0, float scale = 1.0f);
ALLEGRO_BITMAP * CreateSpriteFromSheet( int spriteNum, ALLEGRO_BITMAP* spriteSheet);
ALLEGRO_BITMAP* load_bitmap_withWarning(const char* path);
void DrawSpriteIndexOverlay(int i);