comparison src/video/ataricommon/SDL_ikbdinterrupt_s.h @ 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
53 /* For joystick driver to know if this is usable */ 53 /* For joystick driver to know if this is usable */
54 extern Uint16 SDL_AtariIkbd_enabled; 54 extern Uint16 SDL_AtariIkbd_enabled;
55 55
56 /* Functions */ 56 /* Functions */
57 57
58 extern void SDL_AtariIkbdInstall (void); 58 extern void SDL_AtariIkbdInstall(void);
59 extern void SDL_AtariIkbdUninstall (void); 59 extern void SDL_AtariIkbdUninstall(void);
60 60
61 #endif /* _SDL_IKBDINTERRUPT_S_H_ */ 61 #endif /* _SDL_IKBDINTERRUPT_S_H_ */
62 /* vi: set ts=4 sw=4 expandtab: */ 62 /* vi: set ts=4 sw=4 expandtab: */