I think this will be the time...
This commit is contained in:
parent
f1446b49f2
commit
9fd379f1d5
2 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue