]> git.mxchange.org Git - flightgear.git/blob - src/Main/main.hxx
Don't care about light volumes when picking in the scenegraph
[flightgear.git] / src / Main / main.hxx
1
2 #ifndef __FG_MAIN_HXX
3 #define __FG_MAIN_HXX 1
4
5 void fgUpdateTimeDepCalcs();
6
7 int fgMainInit( int argc, char **argv );
8
9
10 extern int idle_state;
11
12 extern string homedir;
13 extern string hostname;
14
15 #endif