1
0
Fork 0
flightgear/src/Main/main.hxx
2010-09-30 23:13:11 +01:00

16 lines
225 B
C++

#ifndef __FG_MAIN_HXX
#define __FG_MAIN_HXX 1
void fgUpdateTimeDepCalcs();
int fgMainInit( int argc, char **argv );
extern int idle_state;
extern char *homedir;
extern char *hostname;
extern bool free_hostname;
#endif