comparison src/video/maccommon/SDL_macevents_c.h @ 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 7a610f25c12f
children
comparison
equal deleted inserted replaced
1894:c69cee13dd76 1895:c121d94672cb
28 extern void Mac_InitEvents(_THIS); 28 extern void Mac_InitEvents(_THIS);
29 extern void Mac_QuitEvents(_THIS); 29 extern void Mac_QuitEvents(_THIS);
30 30
31 extern void Mac_InitOSKeymap(_THIS); 31 extern void Mac_InitOSKeymap(_THIS);
32 extern void Mac_PumpEvents(_THIS); 32 extern void Mac_PumpEvents(_THIS);
33 /* vi: set ts=4 sw=4 expandtab: */