Fixed windows build

This commit is contained in:
Sam Lantinga
2016-10-01 14:50:22 -07:00
parent fa0f417631
commit 7b34f47e19
2 changed files with 2 additions and 2 deletions

View File

@@ -83,6 +83,8 @@ struct joystick_hwdata
DWORD dwPacketNumber;
};
extern const DIDATAFORMAT SDL_c_dfDIJoystick2;
extern void SDL_SYS_AddJoystickDevice(JoyStick_DeviceData *device);
/* vi: set ts=4 sw=4 expandtab: */