mirror of
https://github.com/yawut/SDL.git
synced 2026-07-27 13:44:31 -05:00
Fixed windows build
This commit is contained in:
parent
7b3b8b21f0
commit
cf3dc39e2b
|
|
@ -27,6 +27,4 @@ extern void SDL_DINPUT_JoystickUpdate(SDL_Joystick * joystick);
|
|||
extern void SDL_DINPUT_JoystickClose(SDL_Joystick * joystick);
|
||||
extern void SDL_DINPUT_JoystickQuit(void);
|
||||
|
||||
extern const DIDATAFORMAT SDL_c_dfDIJoystick2;
|
||||
|
||||
/* vi: set ts=4 sw=4 expandtab: */
|
||||
|
|
|
|||
|
|
@ -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: */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user