X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAircraft%2Faircraft.hxx;h=65450ffb18f3d8d412a6beb970198e949fcf8796;hb=e83af4e235800d04f4ecba10499228865baf3d54;hp=1ef175ad1942f1e7bceefddb3ca9dd0c2c78967d;hpb=c90db01dc8d5462a3da22771ffa7c96f5ea31217;p=flightgear.git diff --git a/src/Aircraft/aircraft.hxx b/src/Aircraft/aircraft.hxx index 1ef175ad1..65450ffb1 100644 --- a/src/Aircraft/aircraft.hxx +++ b/src/Aircraft/aircraft.hxx @@ -34,11 +34,12 @@ #include #include +#include
// Define a structure containing all the parameters for an aircraft typedef struct{ - FGInterface *fdm_state; + FGInterface *fdm_state; FGControls *controls; } fgAIRCRAFT ; @@ -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