Another attempt to get this to compile.

This commit is contained in:
Ryan C. Gordon 2015-05-28 01:08:33 -04:00
parent 891c2792ad
commit 5c7974ec41
2 changed files with 2 additions and 2 deletions

View file

@ -867,7 +867,7 @@ SDL_DINPUT_JoystickQuit(void)
#else /* !SDL_JOYSTICK_DINPUT */ #else /* !SDL_JOYSTICK_DINPUT */
struct JoyStick_DeviceData; typedef struct JoyStick_DeviceData JoyStick_DeviceData;
int int
SDL_DINPUT_JoystickInit(void) SDL_DINPUT_JoystickInit(void)

View file

@ -339,7 +339,7 @@ SDL_SYS_IsXInputGamepad_DeviceIndex(int device_index)
#else /* !SDL_JOYSTICK_XINPUT */ #else /* !SDL_JOYSTICK_XINPUT */
struct JoyStick_DeviceData; typedef struct JoyStick_DeviceData JoyStick_DeviceData;
SDL_bool SDL_XINPUT_Enabled(void) SDL_bool SDL_XINPUT_Enabled(void)
{ {