X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsdl.h;h=8c4ae0762d02939b0ad89c59c40e6ec8079e0765;hb=522cba3565ad60664933d454f83518961deb41c5;hp=bad3037cde3668a2e2722b0c22115856b4fbb13a;hpb=b2e74ef7ae9ca5c6f198afc177b7a6412079f10e;p=rocksndiamonds.git diff --git a/src/libgame/sdl.h b/src/libgame/sdl.h index bad3037c..8c4ae076 100644 --- a/src/libgame/sdl.h +++ b/src/libgame/sdl.h @@ -437,12 +437,11 @@ void SDLFreeBitmapTextures(Bitmap *); SDL_Surface *SDL_DisplayFormat(SDL_Surface *); void SDLSetWindowScaling(int); void SDLSetWindowScalingQuality(char *); -void SDLSetScreenRenderingMode(char *); void SDLSetWindowFullscreen(boolean); #endif +void SDLSetScreenRenderingMode(char *); void SDLRedrawWindow(); - void SDLSetWindowTitle(void); void SDLLimitScreenUpdates(boolean); @@ -480,4 +479,6 @@ void HandleJoystickEvent(Event *); void SDLInitJoysticks(void); boolean SDLReadJoystick(int, int *, int *, boolean *, boolean *); +void PrepareFadeBitmap(int); + #endif /* SDL_H */