comparison src/joystick/riscos/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 d910939febfa
comparison
equal deleted inserted replaced
1360:70a9cfb4cf1b 1361:19418e4422cb
28 */ 28 */
29 29
30 /* This is the system specific header for the SDL joystick API */ 30 /* This is the system specific header for the SDL joystick API */
31 31
32 #include "SDL_joystick.h" 32 #include "SDL_joystick.h"
33 #include "SDL_sysjoystick.h" 33 #include "../SDL_sysjoystick.h"
34 #include "SDL_joystick_c.h" 34 #include "../SDL_joystick_c.h"
35 35
36 #include "kernel.h" 36 #include "kernel.h"
37 37
38 #define JOYSTICK_READ 0x43F40 38 #define JOYSTICK_READ 0x43F40
39 39