summaryrefslogtreecommitdiff
path: root/GUI.h
diff options
context:
space:
mode:
authorKris Parker2009-11-14 02:51:41 +0000
committerKris Parker2009-11-14 02:51:41 +0000
commit11c4bb3b2a0163011eec8f281429a2205fbb7299 (patch)
treeee0ec94ede1028c1f6ae5c424c3c2699d8d70a87 /GUI.h
parentec91928edc47e8c88319a4253ab80648839aee4c (diff)
downloadstonesense-11c4bb3b2a0163011eec8f281429a2205fbb7299.tar.gz
stonesense-11c4bb3b2a0163011eec8f281429a2205fbb7299.tar.bz2
stonesense-11c4bb3b2a0163011eec8f281429a2205fbb7299.tar.xz
f10 will now cycle through all available sprite pages
Diffstat (limited to 'GUI.h')
-rw-r--r--GUI.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/GUI.h b/GUI.h
index 3494540..6382940 100644
--- a/GUI.h
+++ b/GUI.h
@@ -15,7 +15,8 @@ void flushImgFiles();
int loadImgFile(char* filename);
void DrawSpriteFromSheet( int spriteNum, BITMAP* target, BITMAP* spriteSheet, int x, int y);
BITMAP* load_bitmap_withWarning(char* path);
-void DrawSpriteIndexOverlay();
+void DrawSpriteIndexOverlay(int i);
+void DoSpriteIndexOverlay();
void loadGraphicsFromDisk();
void destroyGraphics();
void saveScreenshot();