comparison src/joystick/macos/SDL_sysjoystick.c @ 1361:19418e4422cb

New configure-based build system. Still work in progress, but much improved
author Sam Lantinga <slouken@libsdl.org>
date Thu, 16 Feb 2006 10:11:48 +0000
parents c71e05b4dc2e
children c0a74f199ecf
comparison
equal deleted inserted replaced
1360:70a9cfb4cf1b 1361:19418e4422cb
27 */ 27 */
28 28
29 #include <InputSprocket.h> 29 #include <InputSprocket.h>
30 30
31 #include "SDL_joystick.h" 31 #include "SDL_joystick.h"
32 #include "SDL_sysjoystick.h" 32 #include "../SDL_sysjoystick.h"
33 #include "SDL_joystick_c.h" 33 #include "../SDL_joystick_c.h"
34 34
35 35
36 /* The max number of joysticks we will detect */ 36 /* The max number of joysticks we will detect */
37 #define MAX_JOYSTICKS 16 37 #define MAX_JOYSTICKS 16
38 /* Limit ourselves to 32 elements per device */ 38 /* Limit ourselves to 32 elements per device */