]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/YASim/YASim.hxx
Port over remaining Point3D usage to the more type and unit safe SG* classes.
[flightgear.git] / src / FDM / YASim / YASim.hxx
index 00771fd04f6a0f520691fd61bc0debab5165cb8d..2e8f77732c5ccebeac71159d89583047507a3415 100644 (file)
@@ -8,6 +8,7 @@ namespace yasim { class FGFDM; };
 class YASim : public FGInterface {
 public:
     YASim(double dt);
+    ~YASim();
 
     // Load externally set stuff into the FDM
     virtual void init();
@@ -24,6 +25,7 @@ public:
 
     yasim::FGFDM* _fdm;
     float _dt;
+    double _simTime;
     enum {
         NED,
         UVW,