]> git.mxchange.org Git - flightgear.git/blob - src/Main/main.hxx
Remove PositionedBinding (which no one ever used), Nasal is better for this jobs.
[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