diff src/haptic/SDL_haptic_c.h @ 2474:3f80bf1528b4 gsoc2008_force_feedback

Properly quit the SDL_haptic subsystem. Added SDL_Haptic dummy driver.
author Edgar Simo <bobbens@gmail.com>
date Sun, 01 Jun 2008 18:46:51 +0000
parents 3f73c88c9abb
children 4b874e3a3a2c
line wrap: on
line diff
--- 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);