Another attempt to get this to compile.

Ryan C. Gordon 2015-05-28 01:08:33 -04:00
parent 4add16943e
commit e90f87bab0
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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)
{