Mercurial > sdl-ios-xcode
diff src/haptic/SDL_haptic_c.h @ 2475:4b874e3a3a2c gsoc2008_force_feedback
Some code cleanup.
author | Edgar Simo <bobbens@gmail.com> |
---|---|
date | Sun, 01 Jun 2008 19:11:49 +0000 |
parents | 3f80bf1528b4 |
children |
line wrap: on
line diff
--- a/src/haptic/SDL_haptic_c.h Sun Jun 01 18:46:51 2008 +0000 +++ b/src/haptic/SDL_haptic_c.h Sun Jun 01 19:11:49 2008 +0000 @@ -29,6 +29,6 @@ extern const char * SDL_HapticName(int device_index); extern struct _SDL_Haptic * SDL_HapticOpen(int device_index); extern int SDL_HapticOpened(int device_index); -extern int SDL_HapticIndex(struct _SDL_Haptic *haptic); -extern void SDL_HapticClose(struct _SDL_Haptic *haptic); +extern int SDL_HapticIndex(SDL_Haptic * haptic); +extern void SDL_HapticClose(SDL_Haptic * haptic); extern void SDL_HapticQuit(void);