Mercurial > sdl-ios-xcode
comparison src/video/gem/SDL_gemevents.c @ 1412:a8181c4040b8
Fixed include files
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Tue, 21 Feb 2006 21:45:31 +0000 |
parents | d910939febfa |
children | 2405517b5eab |
comparison
equal
deleted
inserted
replaced
1411:efb34e597d21 | 1412:a8181c4040b8 |
---|---|
34 | 34 |
35 #include "../../events/SDL_sysevents.h" | 35 #include "../../events/SDL_sysevents.h" |
36 #include "../../events/SDL_events_c.h" | 36 #include "../../events/SDL_events_c.h" |
37 #include "SDL_gemvideo.h" | 37 #include "SDL_gemvideo.h" |
38 #include "SDL_gemevents_c.h" | 38 #include "SDL_gemevents_c.h" |
39 #include "SDL_atarikeys.h" /* for keyboard scancodes */ | 39 #include "../ataricommon/SDL_atarikeys.h" /* for keyboard scancodes */ |
40 #include "SDL_atarievents_c.h" | 40 #include "../ataricommon/SDL_atarievents_c.h" |
41 #include "SDL_xbiosevents_c.h" | 41 #include "../ataricommon/SDL_xbiosevents_c.h" |
42 | 42 |
43 /* Defines */ | 43 /* Defines */ |
44 | 44 |
45 #define ATARIBIOS_MAXKEYS 128 | 45 #define ATARIBIOS_MAXKEYS 128 |
46 | 46 |