diff options
| author | Jonas Ask | 2009-10-24 02:28:57 +0000 |
|---|---|---|
| committer | Jonas Ask | 2009-10-24 02:28:57 +0000 |
| commit | fd079cc1f027971e629596ea856c1553ad5960f4 (patch) | |
| tree | 559242a11caaa8917e4200365fbaae5cfbef14a7 /GUI.h | |
| parent | 76d373bb588e38fe504cdd6942d725b2ac3d5ea8 (diff) | |
| download | stonesense-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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();
|
