summaryrefslogtreecommitdiff
path: root/GUI.h
diff options
context:
space:
mode:
authorJonas Ask2009-10-24 02:28:57 +0000
committerJonas Ask2009-10-24 02:28:57 +0000
commitfd079cc1f027971e629596ea856c1553ad5960f4 (patch)
tree559242a11caaa8917e4200365fbaae5cfbef14a7 /GUI.h
parent76d373bb588e38fe504cdd6942d725b2ac3d5ea8 (diff)
downloadstonesense-fd079cc1f027971e629596ea856c1553ad5960f4.tar.gz
stonesense-fd079cc1f027971e629596ea856c1553ad5960f4.tar.bz2
stonesense-fd079cc1f027971e629596ea856c1553ad5960f4.tar.xz
Refactoring of Block.cpp. added DrawSpriteFromSheet function.
Improved graphics on creatures
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 ee2373b..8bbfdb9 100644
--- a/GUI.h
+++ b/GUI.h
@@ -11,6 +11,7 @@ void DrawMinimap(BITMAP* target);
void paintboard();
+void DrawSpriteFromSheet( int spriteNum, BITMAP* target, BITMAP* spriteSheet, int x, int y);
BITMAP* load_bitmap_withWarning(char* path);
void loadGraphicsFromDisk();
void destroyGraphics();