Mercurial > sdl-ios-xcode
comparison src/video/ataricommon/SDL_biosevents_c.h @ 2032:ddf89133aebc
Started work to update for 1.3 api
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Wed, 20 Sep 2006 21:22:08 +0000 |
parents | c121d94672cb |
children | 99210400e8b9 |
comparison
equal
deleted
inserted
replaced
2031:f54073d86c82 | 2032:ddf89133aebc |
---|---|
30 #ifndef _SDL_ATARI_BIOSEVENTS_H_ | 30 #ifndef _SDL_ATARI_BIOSEVENTS_H_ |
31 #define _SDL_ATARI_BIOSEVENTS_H_ | 31 #define _SDL_ATARI_BIOSEVENTS_H_ |
32 | 32 |
33 #include "../SDL_sysvideo.h" | 33 #include "../SDL_sysvideo.h" |
34 | 34 |
35 /* Hidden "this" pointer for the video functions */ | |
36 #define _THIS SDL_VideoDevice *this | |
37 | |
38 extern void AtariBios_InitOSKeymap(_THIS); | 35 extern void AtariBios_InitOSKeymap(_THIS); |
39 extern void AtariBios_PumpEvents(_THIS); | 36 extern void AtariBios_PumpEvents(_THIS); |
40 extern void AtariBios_ShutdownEvents(void); | 37 extern void AtariBios_ShutdownEvents(void); |
41 | 38 |
42 #endif /* _SDL_ATARI_BIOSEVENTS_H_ */ | 39 #endif /* _SDL_ATARI_BIOSEVENTS_H_ */ |