]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/fg_init.hxx
Environment manager: use aircraft_pos helper
[flightgear.git] / src / Main / fg_init.hxx
index 6341f43520c2e23da627810b5deb816733f73b3d..ffadf6d22507b5d8fe6a3b8b79c1a74c9bf8231d 100644 (file)
@@ -34,10 +34,10 @@ class SGPropertyNode;
 // Return the current base package version
 std::string fgBasePackageVersion();
 
-void fgInitHome();
+bool fgInitHome();
 
 // Read in configuration (file and command line)
-bool fgInitConfig ( int argc, char **argv );
+int fgInitConfig ( int argc, char **argv );
 
 
 // log various settings / configuration state
@@ -46,9 +46,6 @@ void fgOutputSettings();
 // Initialize the localization
 SGPropertyNode *fgInitLocale(const char *language);
 
-/// retrieve the user's desktop directory path
-SGPath platformDesktopPath();
-
 // Init navaids and waypoints
 bool fgInitNav ();