comparison src/timer/mint/SDL_vbltimer_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
27 * 27 *
28 * Patrice Mandin 28 * Patrice Mandin
29 */ 29 */
30 30
31 /* Functions prototypes */ 31 /* Functions prototypes */
32 extern int SDL_AtariVblInstall (void *newvector); 32 extern int SDL_AtariVblInstall(void *newvector);
33 extern void SDL_AtariVblUninstall (void *newvector); 33 extern void SDL_AtariVblUninstall(void *newvector);
34 /* vi: set ts=4 sw=4 expandtab: */ 34 /* vi: set ts=4 sw=4 expandtab: */