rnd-20020407-1-src
[rocksndiamonds.git] / src / libgame / sdl.h
index b29e1950ac7ce72a9070bd963c891e10bad49da2..8507398631f02979dba99b5d85642f24e35b34e6 100644 (file)
@@ -60,6 +60,8 @@ typedef int                   Colormap;
 
 struct SDLSurfaceInfo
 {
+  char *source_filename;
+  int width, height;
   SDL_Surface *surface;
   SDL_Surface *surface_masked;
   GC gc;