mirror of https://github.com/encounter/SDL.git
I think this will be the time...
This commit is contained in:
parent
7964f3adb2
commit
84ce000670
|
@ -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)
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue