X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Flibgame%2Fsdl.h;h=543e90ab89965ab304b6a94796810bffbf7d42c2;hb=fe158e864d3fa4b0221e9c88d8dfff0157051396;hp=b29e1950ac7ce72a9070bd963c891e10bad49da2;hpb=d6877ad6d36ea50b9ae41afe3586c5b539aa60e4;p=rocksndiamonds.git diff --git a/src/libgame/sdl.h b/src/libgame/sdl.h index b29e1950..543e90ab 100644 --- a/src/libgame/sdl.h +++ b/src/libgame/sdl.h @@ -60,6 +60,7 @@ typedef int Colormap; struct SDLSurfaceInfo { + char *source_filename; SDL_Surface *surface; SDL_Surface *surface_masked; GC gc;