comparison src/joystick/riscos/SDL_sysjoystick.c @ 1418:d74ecb53b67a

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Thu, 23 Feb 2006 01:09:47 +0000
parents d910939febfa
children 92947e3a18db
comparison
equal deleted inserted replaced
1417:24fbbedd2ad6 1418:d74ecb53b67a
28 and that there is one joystick with four buttons. 28 and that there is one joystick with four buttons.
29 */ 29 */
30 30
31 /* This is the system specific header for the SDL joystick API */ 31 /* This is the system specific header for the SDL joystick API */
32 32
33 #include "SDL_events.h"
33 #include "SDL_joystick.h" 34 #include "SDL_joystick.h"
34 #include "../SDL_sysjoystick.h" 35 #include "../SDL_sysjoystick.h"
35 #include "../SDL_joystick_c.h" 36 #include "../SDL_joystick_c.h"
36 37
37 #include "kernel.h" 38 #include "kernel.h"