comparison src/video/riscos/SDL_wimppoll.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
26 27 March 2003 26 27 March 2003
27 27
28 Implements Pumping of events and WIMP polling 28 Implements Pumping of events and WIMP polling
29 */ 29 */
30 30
31 #include "SDL.h"
32 #include "SDL_syswm.h" 31 #include "SDL_syswm.h"
33 #include "../../events/SDL_sysevents.h" 32 #include "../../events/SDL_sysevents.h"
34 #include "../../events/SDL_events_c.h" 33 #include "../../events/SDL_events_c.h"
35 #include "SDL_riscosvideo.h" 34 #include "SDL_riscosvideo.h"
36 #include "SDL_riscosevents_c.h" 35 #include "SDL_riscosevents_c.h"