]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/options.hxx
Make sound audiable not until after the scenery is loaded.
[flightgear.git] / src / Main / options.hxx
index 5ce598f8371541e7a65493069fe019093ca2b12f..4af5349e6c6000beceee6e096f2a4f86c6a2ba5a 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Written by Curtis Olson, started April 1998.
 //
-// Copyright (C) 1998  Curtis L. Olson  - curt@me.umn.edu
+// Copyright (C) 1998  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
 #endif
 
 extern void fgSetDefaults ();
-extern string fgScanForRoot (int argc, char ** argv);
-extern string fgScanForRoot (const string &file_path);
-extern void fgParseOptions (int argc, char ** argv);
+extern void fgParseArgs (int argc, char ** argv);
 extern void fgParseOptions (const string &file_path);
-extern void fgUsage ();
+extern void fgUsage (bool verbose = false);
+extern void fgShowAircraft(const SGPath &path, bool recursive);
 
 #endif /* _OPTIONS_HXX */
-
-