comparison src/video/vgl/SDL_vglvideo.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 c71e05b4dc2e
children d910939febfa
comparison
equal deleted inserted replaced
1360:70a9cfb4cf1b 1361:19418e4422cb
33 #include <sys/kbio.h> 33 #include <sys/kbio.h>
34 #include <vgl.h> 34 #include <vgl.h>
35 35
36 #include "SDL_video.h" 36 #include "SDL_video.h"
37 #include "SDL_mouse.h" 37 #include "SDL_mouse.h"
38 #include "SDL_sysvideo.h" 38 #include "../SDL_sysvideo.h"
39 #include "SDL_pixels_c.h" 39 #include "../SDL_pixels_c.h"
40 #include "SDL_events_c.h" 40 #include "../../events/SDL_events_c.h"
41 #include "SDL_vglvideo.h" 41 #include "SDL_vglvideo.h"
42 #include "SDL_vglevents_c.h" 42 #include "SDL_vglevents_c.h"
43 #include "SDL_vglmouse_c.h" 43 #include "SDL_vglmouse_c.h"
44 44
45 45