Mercurial > sdl-ios-xcode
comparison src/video/ataricommon/SDL_ataridevmouse_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 | 2405517b5eab |
children | b657f0bc72c2 |
comparison
equal
deleted
inserted
replaced
1894:c69cee13dd76 | 1895:c121d94672cb |
---|---|
38 extern int SDL_AtariDevMouse_Open(void); | 38 extern int SDL_AtariDevMouse_Open(void); |
39 extern void SDL_AtariDevMouse_Close(void); | 39 extern void SDL_AtariDevMouse_Close(void); |
40 extern void SDL_AtariDevMouse_PostMouseEvents(_THIS, SDL_bool buttonEvents); | 40 extern void SDL_AtariDevMouse_PostMouseEvents(_THIS, SDL_bool buttonEvents); |
41 | 41 |
42 #endif /* _SDL_ATARI_DEVMOUSE_H_ */ | 42 #endif /* _SDL_ATARI_DEVMOUSE_H_ */ |
43 /* vi: set ts=4 sw=4 expandtab: */ |