mirror of https://github.com/encounter/SDL.git
Fixed windows build
This commit is contained in:
parent
fa0f417631
commit
7b34f47e19
|
@ -27,6 +27,4 @@ extern void SDL_DINPUT_JoystickUpdate(SDL_Joystick * joystick);
|
||||||
extern void SDL_DINPUT_JoystickClose(SDL_Joystick * joystick);
|
extern void SDL_DINPUT_JoystickClose(SDL_Joystick * joystick);
|
||||||
extern void SDL_DINPUT_JoystickQuit(void);
|
extern void SDL_DINPUT_JoystickQuit(void);
|
||||||
|
|
||||||
extern const DIDATAFORMAT SDL_c_dfDIJoystick2;
|
|
||||||
|
|
||||||
/* vi: set ts=4 sw=4 expandtab: */
|
/* vi: set ts=4 sw=4 expandtab: */
|
||||||
|
|
|
@ -83,6 +83,8 @@ struct joystick_hwdata
|
||||||
DWORD dwPacketNumber;
|
DWORD dwPacketNumber;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
extern const DIDATAFORMAT SDL_c_dfDIJoystick2;
|
||||||
|
|
||||||
extern void SDL_SYS_AddJoystickDevice(JoyStick_DeviceData *device);
|
extern void SDL_SYS_AddJoystickDevice(JoyStick_DeviceData *device);
|
||||||
|
|
||||||
/* vi: set ts=4 sw=4 expandtab: */
|
/* vi: set ts=4 sw=4 expandtab: */
|
||||||
|
|
Loading…
Reference in New Issue