comparison src/video/bwindow/SDL_sysevents.cc @ 1895:c121d94672cb

SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
author Sam Lantinga <slouken@libsdl.org>
date Mon, 10 Jul 2006 21:04:37 +0000
parents 376665398b25
children 99210400e8b9
comparison
equal deleted inserted replaced
1894:c69cee13dd76 1895:c121d94672cb
27 #include "SDL_error.h" 27 #include "SDL_error.h"
28 #include "SDL_events.h" 28 #include "SDL_events.h"
29 #include "SDL_BWin.h" 29 #include "SDL_BWin.h"
30 #include "SDL_lowvideo.h" 30 #include "SDL_lowvideo.h"
31 31
32 extern "C" { 32 extern "C"
33 {
33 34
34 #include "../../events/SDL_sysevents.h" 35 #include "../../events/SDL_sysevents.h"
35 #include "../../events/SDL_events_c.h" 36 #include "../../events/SDL_events_c.h"
36 #include "SDL_sysevents_c.h" 37 #include "SDL_sysevents_c.h"
37 38
38 void BE_PumpEvents(_THIS) 39 void BE_PumpEvents(_THIS)
39 { 40 {
40 } 41 }
41 42
42 void BE_InitOSKeymap(_THIS) 43 void BE_InitOSKeymap(_THIS)
43 { 44 {
44 } 45 }
45 46
46 }; /* Extern C */ 47 }; /* Extern C */
48
49 /* vi: set ts=4 sw=4 expandtab: */