comparison src/video/gem/SDL_gemevents.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
27 * Patrice Mandin 27 * Patrice Mandin
28 * and work from 28 * and work from
29 * Olivier Landemarre, Johan Klockars, Xavier Joubert, Claude Attard 29 * Olivier Landemarre, Johan Klockars, Xavier Joubert, Claude Attard
30 */ 30 */
31 31
32 #include <string.h>
33
34 #include <gem.h> 32 #include <gem.h>
35 33
36 #include "SDL.h" 34 #include "SDL.h"
35 #include "SDL_string.h"
37 #include "SDL_sysevents.h" 36 #include "SDL_sysevents.h"
38 #include "SDL_events_c.h" 37 #include "SDL_events_c.h"
39 #include "SDL_gemvideo.h" 38 #include "SDL_gemvideo.h"
40 #include "SDL_gemevents_c.h" 39 #include "SDL_gemevents_c.h"
41 #include "SDL_atarikeys.h" /* for keyboard scancodes */ 40 #include "SDL_atarikeys.h" /* for keyboard scancodes */