]> git.mxchange.org Git - flightgear.git/blobdiff - src/Aircraft/aircraft.hxx
Moved some of the low level scene graph construction code over to simgear.
[flightgear.git] / src / Aircraft / aircraft.hxx
index a05a4cb3acd7f82d542efadc33a517384f5c18c8..65450ffb18f3d8d412a6beb970198e949fcf8796 100644 (file)
@@ -34,6 +34,7 @@
 
 #include <FDM/flight.hxx>
 #include <Controls/controls.hxx>
+#include <Main/fg_init.hxx>
 
 
 // Define a structure containing all the parameters for an aircraft
@@ -56,6 +57,9 @@ void fgAircraftInit( void );
 void fgAircraftOutputCurrent(fgAIRCRAFT *a);
 
 
-#endif // _AIRCRAFT_HXX
+// Read the list of available aircraft into to property tree
+void fgReadAircraft(void);
+bool fgLoadAircraft (const SGPropertyNode * arg);
 
+#endif // _AIRCRAFT_HXX