comparison src/main/beos/SDL_BeApp.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
22 #include "SDL_config.h" 22 #include "SDL_config.h"
23 23
24 /* Handle the BeApp specific portions of the application */ 24 /* Handle the BeApp specific portions of the application */
25 25
26 /* Initialize the Be Application, if it's not already started */ 26 /* Initialize the Be Application, if it's not already started */
27 extern int SDL_InitBeApp (void); 27 extern int SDL_InitBeApp(void);
28 28
29 /* Quit the Be Application, if there's nothing left to do */ 29 /* Quit the Be Application, if there's nothing left to do */
30 extern void SDL_QuitBeApp (void); 30 extern void SDL_QuitBeApp(void);
31 31
32 /* Flag to tell whether the app is active or not */ 32 /* Flag to tell whether the app is active or not */
33 extern int SDL_BeAppActive; 33 extern int SDL_BeAppActive;
34 /* vi: set ts=4 sw=4 expandtab: */ 34 /* vi: set ts=4 sw=4 expandtab: */