comparison src/video/gapi/SDL_gapivideo.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
32 // TODO: windib on SH3 PPC2000 landscape test 32 // TODO: windib on SH3 PPC2000 landscape test
33 // TODO: optimize 8bpp landscape mode 33 // TODO: optimize 8bpp landscape mode
34 34
35 #include "SDL_video.h" 35 #include "SDL_video.h"
36 #include "SDL_mouse.h" 36 #include "SDL_mouse.h"
37 #include "SDL_sysvideo.h" 37 #include "../SDL_sysvideo.h"
38 #include "SDL_pixels_c.h" 38 #include "../SDL_pixels_c.h"
39 #include "SDL_events_c.h" 39 #include "../../events/SDL_events_c.h"
40 40
41 #include "SDL_syswm_c.h" 41 #include "SDL_syswm_c.h"
42 #include "SDL_sysmouse_c.h" 42 #include "SDL_sysmouse_c.h"
43 #include "SDL_dibevents_c.h" 43 #include "SDL_dibevents_c.h"
44 44