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