mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-02 07:58:30 +00:00
Fixed windows build
This commit is contained in:
@@ -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: */
|
||||||
|
Reference in New Issue
Block a user