Mercurial > sdl-ios-xcode
comparison src/video/bwindow/SDL_sysevents.cc @ 1668:4da1ee79c9af SDL-1.3
more tweaking indent options
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 29 May 2006 04:04:35 +0000 |
parents | 782fd950bd46 |
children |
comparison
equal
deleted
inserted
replaced
1667:1fddae038bc8 | 1668:4da1ee79c9af |
---|---|
34 | 34 |
35 #include "../../events/SDL_sysevents.h" | 35 #include "../../events/SDL_sysevents.h" |
36 #include "../../events/SDL_events_c.h" | 36 #include "../../events/SDL_events_c.h" |
37 #include "SDL_sysevents_c.h" | 37 #include "SDL_sysevents_c.h" |
38 | 38 |
39 void BE_PumpEvents (_THIS) | 39 void BE_PumpEvents(_THIS) |
40 { | 40 { |
41 } | 41 } |
42 | 42 |
43 void BE_InitOSKeymap (_THIS) | 43 void BE_InitOSKeymap(_THIS) |
44 { | 44 { |
45 } | 45 } |
46 | 46 |
47 }; /* Extern C */ | 47 }; /* Extern C */ |
48 | 48 |