]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/fg_init.hxx
Constant-speed props were seeking to engine speed, not prop speed.
[flightgear.git] / src / Main / fg_init.hxx
index fecdab7e26530ade737434cd2845b090e806b864..a6cb5e99adac4073717794970874aa01049a37fe 100644 (file)
@@ -3,7 +3,7 @@
 //
 // Written by Curtis Olson, started August 1997.
 //
-// Copyright (C) 1997  Curtis L. Olson  - curt@infoplane.com
+// Copyright (C) 1997  Curtis L. Olson  - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
@@ -62,6 +62,10 @@ bool fgInitConfig ( int argc, char **argv );
 SGPropertyNode *fgInitLocale(const char *language);
 
 
+// Init navaids and waypoints
+bool fgInitNav ();
+
+
 // General house keeping initializations
 bool fgInitGeneral ();
 
@@ -86,6 +90,10 @@ bool fgInitPosition();
 // returns a new instance of the SGTime class
 SGTime *fgInitTime();
 
+// set up a time offset (aka warp) if one is specified
+void fgInitTimeOffset();
+
+
 #endif // _FG_INIT_HXX