comparison src/joystick/mint/SDL_sysjoystick.c @ 1412:a8181c4040b8

Fixed include files
author Patrice Mandin <patmandin@gmail.com>
date Tue, 21 Feb 2006 21:45:31 +0000
parents d910939febfa
children 92947e3a18db
comparison
equal deleted inserted replaced
1411:efb34e597d21 1412:a8181c4040b8
32 32
33 #include "SDL_events.h" 33 #include "SDL_events.h"
34 #include "../SDL_sysjoystick.h" 34 #include "../SDL_sysjoystick.h"
35 #include "../SDL_joystick_c.h" 35 #include "../SDL_joystick_c.h"
36 36
37 #include "SDL_ikbdinterrupt_s.h" 37 #include "../../video/ataricommon/SDL_ikbdinterrupt_s.h"
38 #include "SDL_xbiosevents_c.h" 38 #include "../../video/ataricommon/SDL_xbiosevents_c.h"
39 #include "SDL_xbiosinterrupt_s.h" 39 #include "../../video/ataricommon/SDL_xbiosinterrupt_s.h"
40 40
41 /*--- Const ---*/ 41 /*--- Const ---*/
42 42
43 /* We can have: 43 /* We can have:
44 1 joystick on IKBD port 1, read via hardware I/O 44 1 joystick on IKBD port 1, read via hardware I/O