Mercurial > sdl-ios-xcode
comparison src/video/dummy/SDL_nullevents.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 | d910939febfa |
comparison
equal
deleted
inserted
replaced
1360:70a9cfb4cf1b | 1361:19418e4422cb |
---|---|
22 | 22 |
23 /* Being a null driver, there's no event stream. We just define stubs for | 23 /* Being a null driver, there's no event stream. We just define stubs for |
24 most of the API. */ | 24 most of the API. */ |
25 | 25 |
26 #include "SDL.h" | 26 #include "SDL.h" |
27 #include "SDL_sysevents.h" | 27 #include "../../events/SDL_sysevents.h" |
28 #include "SDL_events_c.h" | 28 #include "../../events/SDL_events_c.h" |
29 | |
29 #include "SDL_nullvideo.h" | 30 #include "SDL_nullvideo.h" |
30 #include "SDL_nullevents_c.h" | 31 #include "SDL_nullevents_c.h" |
31 | 32 |
32 void DUMMY_PumpEvents(_THIS) | 33 void DUMMY_PumpEvents(_THIS) |
33 { | 34 { |