X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsdl.h;h=5391b683d5cbec0da588b93a968e780c048cb484;hp=590dadc82d8f4a068fdc10e24f4f20d17ff20e8b;hb=b6dd2f35e987ab55a904deff37194ee8507c7d7a;hpb=d870b82d2c53def1ed6da9fdc46ce6bf3dd1bfae diff --git a/src/libgame/sdl.h b/src/libgame/sdl.h index 590dadc8..5391b683 100644 --- a/src/libgame/sdl.h +++ b/src/libgame/sdl.h @@ -491,6 +491,7 @@ void HandleJoystickEvent(Event *); void SDLInitJoysticks(void); boolean SDLReadJoystick(int, int *, int *, boolean *, boolean *); boolean SDLCheckJoystickOpened(int); +void SDLClearJoystickState(); void PrepareFadeBitmap(int);