comparison include/SDL_version.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
127 * 127 *
128 * This function may be called safely at any time, even before SDL_Init(). 128 * This function may be called safely at any time, even before SDL_Init().
129 * 129 *
130 * \sa SDL_VERSION 130 * \sa SDL_VERSION
131 */ 131 */
132 extern DECLSPEC void SDLCALL SDL_GetVersion (SDL_version * ver); 132 extern DECLSPEC void SDLCALL SDL_GetVersion(SDL_version * ver);
133 133
134 /* Ends C function definitions when using C++ */ 134 /* Ends C function definitions when using C++ */
135 #ifdef __cplusplus 135 #ifdef __cplusplus
136 /* *INDENT-OFF* */ 136 /* *INDENT-OFF* */
137 } 137 }