]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/fg_init.hxx
Support a log-list widget in PUI.
[flightgear.git] / src / Main / fg_init.hxx
index f5215bb723691eaeafbd4821fe62e80ed8d3a724..b6f7ce2b1dbb763768d1964d5d8e1f5c7fa92471 100644 (file)
@@ -34,11 +34,15 @@ class SGPath;
 // Return the current base package version
 std::string fgBasePackageVersion();
 
+void fgInitHome();
 
 // Read in configuration (file and command line)
 bool fgInitConfig ( int argc, char **argv );
 
 
+// log various settings / configuration state
+void fgOutputSettings();
+
 // Initialize the localization
 SGPropertyNode *fgInitLocale(const char *language);