]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/fg_init.hxx
One more Mac helper moved into CocoaHelpers.mm
[flightgear.git] / src / Main / fg_init.hxx
index b26af11f26a553928faae94378b1b6773395507d..b0399099a43ff94d921632f9f824d72acb1a6696 100644 (file)
@@ -37,7 +37,7 @@ std::string fgBasePackageVersion();
 bool fgInitHome();
 
 // Read in configuration (file and command line)
-int fgInitConfig ( int argc, char **argv );
+int fgInitConfig ( int argc, char **argv, bool reinit );
 
 
 // log various settings / configuration state
@@ -55,7 +55,7 @@ bool fgInitGeneral ();
 
 
 // Create all the subsystems needed by the sim
-void fgCreateSubsystems();
+void fgCreateSubsystems(bool duringReset);
 
 // called after the subsystems have been bound and initialised,
 // to peform final init
@@ -64,6 +64,9 @@ void fgPostInitSubsystems();
 // Reset: this is what the 'reset' command (and hence, GUI) is attached to
 void fgReInitSubsystems();
 
+
+void fgStartNewReset();
+
 #endif // _FG_INIT_HXX