comparison src/video/dummy/SDL_nullevents_c.h @ 1676:e136f3ffdc1b SDL-1.3

Adding software renderer implementation
author Sam Lantinga <slouken@libsdl.org>
date Mon, 12 Jun 2006 09:10:06 +0000
parents 4da1ee79c9af
children
comparison
equal deleted inserted replaced
1675:d33dcfc3fde7 1676:e136f3ffdc1b
21 */ 21 */
22 #include "SDL_config.h" 22 #include "SDL_config.h"
23 23
24 #include "SDL_nullvideo.h" 24 #include "SDL_nullvideo.h"
25 25
26 /* Variables and functions exported by SDL_sysevents.c to other parts
27 of the native video subsystem (SDL_sysvideo.c)
28 */
29 extern void DUMMY_InitOSKeymap(_THIS);
30 extern void DUMMY_PumpEvents(_THIS); 26 extern void DUMMY_PumpEvents(_THIS);
31 27
32 /* end of SDL_nullevents_c.h ... */
33 /* vi: set ts=4 sw=4 expandtab: */ 28 /* vi: set ts=4 sw=4 expandtab: */