comparison src/joystick/macos/SDL_sysjoystick.c @ 1358:c71e05b4dc2e

More header massaging... works great on Windows. ;-)
author Sam Lantinga <slouken@libsdl.org>
date Fri, 10 Feb 2006 06:48:43 +0000
parents 3692456e7b0f
children 19418e4422cb
comparison
equal deleted inserted replaced
1357:e18467d67cfd 1358:c71e05b4dc2e
24 MacOS joystick functions by Frederick Reitberger 24 MacOS joystick functions by Frederick Reitberger
25 25
26 The code that follows is meant for SDL. Use at your own risk. 26 The code that follows is meant for SDL. Use at your own risk.
27 */ 27 */
28 28
29 #include <string.h>
30
31 #include <InputSprocket.h> 29 #include <InputSprocket.h>
32 30
33 #include "SDL_error.h"
34 #include "SDL_joystick.h" 31 #include "SDL_joystick.h"
35 #include "SDL_sysjoystick.h" 32 #include "SDL_sysjoystick.h"
36 #include "SDL_joystick_c.h" 33 #include "SDL_joystick_c.h"
37 34
38 35