X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsdl.h;fp=src%2Flibgame%2Fsdl.h;h=1545f6865fbc80317f3e53af68c6a6cf8b27da39;hb=a3edb6437b8864290bab53bfc3bd1da9595879c1;hp=bbbaa7675919640c264161d7f86a9a467b35669c;hpb=f7132b81a5b7559991e1048ab8680c65cc4b98c2;p=rocksndiamonds.git diff --git a/src/libgame/sdl.h b/src/libgame/sdl.h index bbbaa767..1545f686 100644 --- a/src/libgame/sdl.h +++ b/src/libgame/sdl.h @@ -400,6 +400,7 @@ const char *SDLGetRendererName(void); boolean SDLSetNativeSurface(SDL_Surface **); SDL_Surface *SDLGetNativeSurface(SDL_Surface *); SDL_Surface *SDLCreateNativeSurface(int, int, int); +Bitmap *SDLGetBitmapFromSurface_WithMaskedColor(SDL_Surface *, int, int, int); Bitmap *SDLGetBitmapFromSurface(SDL_Surface *); void SDLCreateBitmapTextures(Bitmap *); void SDLFreeBitmapTextures(Bitmap *);