]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/options.hxx
Added a <solve-weight> subtag of the approach/cruise parameters that can
[flightgear.git] / src / Main / options.hxx
index a6f8f42af3eb6569eba25705c8bb7eac26c35d9f..23e288069504235c2afdf94d6e81a0b138a1e43d 100644 (file)
 #endif
 
 extern void fgSetDefaults ();
-extern string fgScanForRoot (int argc, char ** argv);
-extern string fgScanForRoot (const string &file_path);
 extern void fgParseArgs (int argc, char ** argv);
 extern void fgParseOptions (const string &file_path);
 extern void fgUsage (bool verbose = false);
-extern void fgShowAircraft();
+extern void fgShowAircraft(const SGPath &path, bool recursive);
 
 #endif /* _OPTIONS_HXX */