comparison src/video/dummy/SDL_nullvideo.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
35 * SDL video driver. Renamed to "DUMMY" by Sam Lantinga. 35 * SDL video driver. Renamed to "DUMMY" by Sam Lantinga.
36 */ 36 */
37 37
38 #include "SDL_video.h" 38 #include "SDL_video.h"
39 #include "SDL_mouse.h" 39 #include "SDL_mouse.h"
40 #include "SDL_sysvideo.h" 40 #include "../SDL_sysvideo.h"
41 #include "SDL_pixels_c.h" 41 #include "../SDL_pixels_c.h"
42 #include "SDL_events_c.h" 42 #include "../../events/SDL_events_c.h"
43 43
44 #include "SDL_nullvideo.h" 44 #include "SDL_nullvideo.h"
45 #include "SDL_nullevents_c.h" 45 #include "SDL_nullevents_c.h"
46 #include "SDL_nullmouse_c.h" 46 #include "SDL_nullmouse_c.h"
47 47