diff -r 9d52368ebcf5 -r 666472fd4cb0 src/haptic/SDL_syshaptic.h --- a/src/haptic/SDL_syshaptic.h Tue Jul 01 14:09:53 2008 +0000 +++ b/src/haptic/SDL_syshaptic.h Tue Jul 01 14:21:09 2008 +0000 @@ -59,5 +59,6 @@ extern void SDL_SYS_HapticDestroyEffect(SDL_Haptic * haptic, struct haptic_effect * effect); extern int SDL_SYS_HapticSetGain(SDL_Haptic * haptic, int gain); +extern int SDL_SYS_HapticSetAutocenter(SDL_Haptic * haptic, int autocenter);