mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-02-17 20:34:28 +01:00
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 */
|
||||
|
||||
typedef struct DIDEVICEINSTANCE DIDEVICEINSTANCE;
|
||||
typedef struct SDL_hapticlist_item SDL_hapticlist_item;
|
||||
|
||||
int
|
||||
SDL_DINPUT_HapticInit(void)
|
||||
|
@ -375,6 +375,7 @@ SDL_XINPUT_HapticStopAll(SDL_Haptic * haptic)
|
||||
|
||||
#else /* !SDL_HAPTIC_XINPUT */
|
||||
|
||||
typedef struct SDL_hapticlist_item SDL_hapticlist_item;
|
||||
|
||||
int
|
||||
SDL_XINPUT_HapticInit(void)
|
||||
|
Loading…
Reference in New Issue
Block a user