I think this will be the time...

This commit is contained in:
Ryan C. Gordon 2015-05-28 01:27:24 -04:00
parent 7964f3adb2
commit 84ce000670
2 changed files with 2 additions and 0 deletions

View File

@ -1182,6 +1182,7 @@ SDL_DINPUT_HapticStopAll(SDL_Haptic * haptic)
#else /* !SDL_HAPTIC_DINPUT */ #else /* !SDL_HAPTIC_DINPUT */
typedef struct DIDEVICEINSTANCE DIDEVICEINSTANCE; typedef struct DIDEVICEINSTANCE DIDEVICEINSTANCE;
typedef struct SDL_hapticlist_item SDL_hapticlist_item;
int int
SDL_DINPUT_HapticInit(void) SDL_DINPUT_HapticInit(void)

View File

@ -375,6 +375,7 @@ SDL_XINPUT_HapticStopAll(SDL_Haptic * haptic)
#else /* !SDL_HAPTIC_XINPUT */ #else /* !SDL_HAPTIC_XINPUT */
typedef struct SDL_hapticlist_item SDL_hapticlist_item;
int int
SDL_XINPUT_HapticInit(void) SDL_XINPUT_HapticInit(void)