comparison src/joystick/beos/SDL_bejoystick.cc @ 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 376665398b25
comparison
equal deleted inserted replaced
1360:70a9cfb4cf1b 1361:19418e4422cb
26 #include <be/device/Joystick.h> 26 #include <be/device/Joystick.h>
27 27
28 extern "C" { 28 extern "C" {
29 29
30 #include "SDL_joystick.h" 30 #include "SDL_joystick.h"
31 #include "SDL_sysjoystick.h" 31 #include "../SDL_sysjoystick.h"
32 #include "SDL_joystick_c.h" 32 #include "../SDL_joystick_c.h"
33 33
34 34
35 /* The maximum number of joysticks we'll detect */ 35 /* The maximum number of joysticks we'll detect */
36 #define MAX_JOYSTICKS 16 36 #define MAX_JOYSTICKS 16
37 37