Mercurial > sdl-ios-xcode
comparison src/video/ataricommon/SDL_ikbdevents.c @ 1350:adc8ff3c9597
Fixes for new SDL embedded libc stuff
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Wed, 08 Feb 2006 18:59:49 +0000 |
parents | 3692456e7b0f |
children | c71e05b4dc2e |
comparison
equal
deleted
inserted
replaced
1349:3f395c825b14 | 1350:adc8ff3c9597 |
---|---|
24 * Atari keyboard events manager, using hardware IKBD | 24 * Atari keyboard events manager, using hardware IKBD |
25 * | 25 * |
26 * Patrice Mandin | 26 * Patrice Mandin |
27 */ | 27 */ |
28 | 28 |
29 #include <string.h> | |
30 | |
31 /* Mint includes */ | 29 /* Mint includes */ |
32 #include <mint/osbind.h> | 30 #include <mint/osbind.h> |
33 | 31 |
34 #include "SDL.h" | 32 #include "SDL.h" |
33 #include "SDL_string.h" | |
35 #include "SDL_sysevents.h" | 34 #include "SDL_sysevents.h" |
36 #include "SDL_events_c.h" | 35 #include "SDL_events_c.h" |
37 | 36 |
38 #include "SDL_atarikeys.h" | 37 #include "SDL_atarikeys.h" |
39 #include "SDL_atarievents_c.h" | 38 #include "SDL_atarievents_c.h" |