Mercurial > sdl-ios-xcode
diff src/joystick/SDL_joystick_c.h @ 2713:0906692aa6a4
Final merge of Google Summer of Code 2008 work...
Force Feedback for SDL
by Edgar Simo, mentored by Ryan C. Gordon
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 25 Aug 2008 09:55:03 +0000 |
parents | c121d94672cb |
children | 99210400e8b9 |
line wrap: on
line diff
--- a/src/joystick/SDL_joystick_c.h Mon Aug 25 08:50:37 2008 +0000 +++ b/src/joystick/SDL_joystick_c.h Mon Aug 25 09:55:03 2008 +0000 @@ -36,4 +36,8 @@ Uint8 hat, Uint8 value); extern int SDL_PrivateJoystickButton(SDL_Joystick * joystick, Uint8 button, Uint8 state); + +/* Internal sanity checking functions */ +extern int SDL_PrivateJoystickValid(SDL_Joystick ** joystick); + /* vi: set ts=4 sw=4 expandtab: */