X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsdl.h;h=1545f6865fbc80317f3e53af68c6a6cf8b27da39;hb=681df696173f472fe28e49b9e8e01b34dc34629b;hp=2caf6af0277cf4bd224da5d484b8761c76e62d71;hpb=0196637b0c226707f177cf52c7c1182bf08e7956;p=rocksndiamonds.git diff --git a/src/libgame/sdl.h b/src/libgame/sdl.h index 2caf6af0..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 *); @@ -445,6 +446,7 @@ void SDLSetMouseCursor(struct MouseCursorInfo *); void SDLOpenAudio(void); void SDLCloseAudio(void); +void SDLReopenAudio(void); void SDLWaitEvent(Event *); void SDLCorrectRawMousePosition(int *, int *);