comparison src/video/cybergfx/SDL_amigaevents.c @ 1361:19418e4422cb

New configure-based build system. Still work in progress, but much improved
author Sam Lantinga <slouken@libsdl.org>
date Thu, 16 Feb 2006 10:11:48 +0000
parents c9b51268668f
children c0a74f199ecf
comparison
equal deleted inserted replaced
1360:70a9cfb4cf1b 1361:19418e4422cb
22 22
23 /* Handle the event stream, converting Amiga events into SDL events */ 23 /* Handle the event stream, converting Amiga events into SDL events */
24 #include "SDL.h" 24 #include "SDL.h"
25 25
26 #include "SDL_syswm.h" 26 #include "SDL_syswm.h"
27 #include "SDL_sysevents.h" 27 #include "../SDL_sysvideo.h"
28 #include "SDL_sysvideo.h" 28 #include "../../events/SDL_sysevents.h"
29 #include "SDL_events_c.h" 29 #include "../../events/SDL_events_c.h"
30 #include "SDL_cgxvideo.h" 30 #include "SDL_cgxvideo.h"
31 #include "SDL_cgxmodes_c.h" 31 #include "SDL_cgxmodes_c.h"
32 #include "SDL_cgximage_c.h" 32 #include "SDL_cgximage_c.h"
33 #include "SDL_cgxwm_c.h" 33 #include "SDL_cgxwm_c.h"
34 #include "SDL_amigaevents_c.h" 34 #include "SDL_amigaevents_c.h"