diff LoadSprite.c @ 7:972a7f233b23

g++ compile
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 07 Dec 2010 23:03:45 +0900
parents 01387a2e419e
children
line wrap: on
line diff
--- a/LoadSprite.c	Tue Dec 07 18:11:38 2010 +0900
+++ b/LoadSprite.c	Tue Dec 07 23:03:45 2010 +0900
@@ -14,6 +14,8 @@
 
 //#define bmp_file "./s-dandy.bmp"
 
+SDL_Surface *sprite;
+
 SDL_Surface *LoadSprite(SURFACE *surfaces)
 {
   SDL_Surface *image;