rnd-20020424-1-src
[rocksndiamonds.git] / src / libgame / sdl.h
index 8507398631f02979dba99b5d85642f24e35b34e6..a4ce8d648970442a5dd40f8e3e3416c7ff366607 100644 (file)
@@ -61,6 +61,7 @@ typedef int                   Colormap;
 struct SDLSurfaceInfo
 {
   char *source_filename;
+
   int width, height;
   SDL_Surface *surface;
   SDL_Surface *surface_masked;