]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/JSBSim/FGLGear.h
Latest JSBSim changes, including some gear tweaking from Jon and some
[flightgear.git] / src / FDM / JSBSim / FGLGear.h
index fe2aff02b190c00fb3fc75b79df5cdc059c36aef..1c4857b169fcfc9f2edce65f86a9c8f6342a1505 100644 (file)
@@ -268,6 +268,7 @@ private:
   string name;
   string sSteerType;
   string sBrakeGroup;
+  string sRetractable;
   
   BrakeGroup eBrakeGrp;
   SteerType  eSteerType;
@@ -282,7 +283,7 @@ private:
   FGMassBalance* MassBalance;
 
   void Report(void);
-  void Debug(void);
+  void Debug(int from);
 };
 
 #include "FGAircraft.h"