]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/fg_init.hxx
Added options to set up avionics from the command line:
[flightgear.git] / src / Main / fg_init.hxx
index fecdab7e26530ade737434cd2845b090e806b864..56325fca1b4e2edce1345ba336b9955d26ab9944 100644 (file)
@@ -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 ();