comparison src/video/dummy/SDL_nullevents.c @ 2985:4e4d814884aa

Fixed some dependency issues with SDL_revision.h
author Sam Lantinga <slouken@libsdl.org>
date Sun, 04 Jan 2009 05:52:14 +0000
parents 99210400e8b9
children f7b03b6838cb
comparison
equal deleted inserted replaced
2984:0b160c970b7e 2985:4e4d814884aa
22 #include "SDL_config.h" 22 #include "SDL_config.h"
23 23
24 /* Being a null driver, there's no event stream. We just define stubs for 24 /* Being a null driver, there's no event stream. We just define stubs for
25 most of the API. */ 25 most of the API. */
26 26
27 #include "SDL.h"
28 #include "../../events/SDL_sysevents.h" 27 #include "../../events/SDL_sysevents.h"
29 #include "../../events/SDL_events_c.h" 28 #include "../../events/SDL_events_c.h"
30 29
31 #include "SDL_nullvideo.h" 30 #include "SDL_nullvideo.h"
32 #include "SDL_nullevents_c.h" 31 #include "SDL_nullevents_c.h"