summaryrefslogtreecommitdiff
path: root/GUI.h
diff options
context:
space:
mode:
authorJonas Ask2009-10-27 14:39:27 +0000
committerJonas Ask2009-10-27 14:39:27 +0000
commitb3cf8f6cdd6ced92e71834188b309d7084b6e073 (patch)
treee14640668035d88b8c270cab0a9ad45082ea03b1 /GUI.h
parent19992f118ac8cc2e8e3e3e91b7c6c44bb262b069 (diff)
downloadstonesense-b3cf8f6cdd6ced92e71834188b309d7084b6e073.tar.gz
stonesense-b3cf8f6cdd6ced92e71834188b309d7084b6e073.tar.bz2
stonesense-b3cf8f6cdd6ced92e71834188b309d7084b6e073.tar.xz
Added F10 key to show sprite sheet index overview.
Cleaned up objects.png
Diffstat (limited to 'GUI.h')
-rw-r--r--GUI.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/GUI.h b/GUI.h
index e295174..15915a2 100644
--- a/GUI.h
+++ b/GUI.h
@@ -12,6 +12,7 @@ void paintboard();
void DrawSpriteFromSheet( int spriteNum, BITMAP* target, BITMAP* spriteSheet, int x, int y);
BITMAP* load_bitmap_withWarning(char* path);
+void DrawSpriteIndexOverlay();
void loadGraphicsFromDisk();
void destroyGraphics();
void saveScreenshot();