diff -r 20730743769d -r 3f80bf1528b4 src/haptic/SDL_haptic_c.h --- a/src/haptic/SDL_haptic_c.h Sun Jun 01 18:40:47 2008 +0000 +++ b/src/haptic/SDL_haptic_c.h Sun Jun 01 18:46:51 2008 +0000 @@ -31,3 +31,4 @@ extern int SDL_HapticOpened(int device_index); extern int SDL_HapticIndex(struct _SDL_Haptic *haptic); extern void SDL_HapticClose(struct _SDL_Haptic *haptic); +extern void SDL_HapticQuit(void);