]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/fdm_shell.hxx
Improve timing statistics
[flightgear.git] / src / FDM / fdm_shell.hxx
index be0b1f85925965c949afab0de5e19f68ece71ec4..04bbf1b722a1c409f3e8a5a25ae973d8304906f1 100644 (file)
@@ -24,6 +24,7 @@
 #define FG_FDM_SHELL_HXX
 
 #include <simgear/structure/subsystem_mgr.hxx>
+#include "TankProperties.hxx"
 
 // forward decls
 class FGInterface;
@@ -49,11 +50,13 @@ public:
   virtual void unbind();
   
   virtual void update(double dt);
-  
+  SGSubsystem* getFDM();
+
 private:
 
   void createImplementation();
   
+  TankPropertiesList _tankProperties;
   FGInterface* _impl;
   SGPropertyNode* _props; // root property tree for this FDM instance
   bool _dataLogging;