X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsdl.h;h=8c4ae0762d02939b0ad89c59c40e6ec8079e0765;hb=522cba3565ad60664933d454f83518961deb41c5;hp=2402ca522a159ab2c72ce404cf38a2e8fb9cb4b7;hpb=766384cc29e6d22af67fe3329069291efc0f681a;p=rocksndiamonds.git diff --git a/src/libgame/sdl.h b/src/libgame/sdl.h index 2402ca52..8c4ae076 100644 --- a/src/libgame/sdl.h +++ b/src/libgame/sdl.h @@ -479,4 +479,6 @@ void HandleJoystickEvent(Event *); void SDLInitJoysticks(void); boolean SDLReadJoystick(int, int *, int *, boolean *, boolean *); +void PrepareFadeBitmap(int); + #endif /* SDL_H */