]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/fg_init.hxx
Fix for the fix: check for a viewer.
[flightgear.git] / src / Main / fg_init.hxx
index b0399099a43ff94d921632f9f824d72acb1a6696..beefcbea87eb774a532ee20f242da46b35fdf1f0 100644 (file)
@@ -39,6 +39,7 @@ bool fgInitHome();
 // Read in configuration (file and command line)
 int fgInitConfig ( int argc, char **argv, bool reinit );
 
+int fgInitAircraft(bool reinit);
 
 // log various settings / configuration state
 void fgOutputSettings();