X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsdl.h;h=a4ce8d648970442a5dd40f8e3e3416c7ff366607;hb=1101077a226b09854650662759bf12caf7c84f8d;hp=b29e1950ac7ce72a9070bd963c891e10bad49da2;hpb=e0e2697df0d0da483a91b1248c120aef6b3caf9b;p=rocksndiamonds.git diff --git a/src/libgame/sdl.h b/src/libgame/sdl.h index b29e1950..a4ce8d64 100644 --- a/src/libgame/sdl.h +++ b/src/libgame/sdl.h @@ -60,6 +60,9 @@ typedef int Colormap; struct SDLSurfaceInfo { + char *source_filename; + + int width, height; SDL_Surface *surface; SDL_Surface *surface_masked; GC gc;