X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsdl.h;h=121b15bf65769f6fad34e2fe02565ea2bfbe0145;hp=7cc3b459612f15556249ca3544657b7537f63b08;hb=0a69f419ffadee5822bc103be9e85d378e0d0274;hpb=c20229ab1969aebbf9f34ad76a90662461c8b75d diff --git a/src/libgame/sdl.h b/src/libgame/sdl.h index 7cc3b459..121b15bf 100644 --- a/src/libgame/sdl.h +++ b/src/libgame/sdl.h @@ -435,6 +435,7 @@ struct MouseCursorInfo boolean SDLSetNativeSurface(SDL_Surface **); SDL_Surface *SDLGetNativeSurface(SDL_Surface *); void SDLCreateBitmapTextures(Bitmap *); +void SDLFreeBitmapTextures(Bitmap *); #if defined(TARGET_SDL2) SDL_Surface *SDL_DisplayFormat(SDL_Surface *);