mirror of
https://github.com/yawut/SDL.git
synced 2026-07-18 17:01:19 -05:00
Another attempt to get this to compile.
This commit is contained in:
parent
d15111cef8
commit
e8cb0fc82b
|
|
@ -867,7 +867,7 @@ SDL_DINPUT_JoystickQuit(void)
|
|||
|
||||
#else /* !SDL_JOYSTICK_DINPUT */
|
||||
|
||||
struct JoyStick_DeviceData;
|
||||
typedef struct JoyStick_DeviceData JoyStick_DeviceData;
|
||||
|
||||
int
|
||||
SDL_DINPUT_JoystickInit(void)
|
||||
|
|
|
|||
|
|
@ -339,7 +339,7 @@ SDL_SYS_IsXInputGamepad_DeviceIndex(int device_index)
|
|||
|
||||
#else /* !SDL_JOYSTICK_XINPUT */
|
||||
|
||||
struct JoyStick_DeviceData;
|
||||
typedef struct JoyStick_DeviceData JoyStick_DeviceData;
|
||||
|
||||
SDL_bool SDL_XINPUT_Enabled(void)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user