comparison src/video/bwindow/SDL_sysevents.cc @ 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 376665398b25
comparison
equal deleted inserted replaced
1360:70a9cfb4cf1b 1361:19418e4422cb
28 #include "SDL_BWin.h" 28 #include "SDL_BWin.h"
29 #include "SDL_lowvideo.h" 29 #include "SDL_lowvideo.h"
30 30
31 extern "C" { 31 extern "C" {
32 32
33 #include "SDL_events_c.h" 33 #include "../../events/SDL_sysevents.h"
34 #include "SDL_sysevents.h" 34 #include "../../events/SDL_events_c.h"
35 #include "SDL_sysevents_c.h" 35 #include "SDL_sysevents_c.h"
36 36
37 void BE_PumpEvents(_THIS) 37 void BE_PumpEvents(_THIS)
38 { 38 {
39 } 39 }