]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/fg_init.hxx
Return to glider model ...
[flightgear.git] / src / Main / fg_init.hxx
index cee62e05f31345cfb35ee038ce575e28400104be..2f4399e4b6204416f1d096638951c5f0b459b47a 100644 (file)
 #endif                                   
 
 
+// Read in configuration (file and command line)
+bool fgInitConfig ( int argc, char **argv );
+
+
 // General house keeping initializations
-int fgInitGeneral ( void );
+bool fgInitGeneral ( void );
 
 
 // This is the top level init routine which calls all the other
 // initialization routines.  If you are adding a subsystem to flight
 // gear, its initialization call should located in this routine.
-int fgInitSubsystems( void );
+bool fgInitSubsystems( void );
 
 
 // Reset