X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FFDM%2Ffdm_shell.hxx;h=04bbf1b722a1c409f3e8a5a25ae973d8304906f1;hb=38226af24ec01e8f0a20d7fd73ef838a69f6ef25;hp=be0b1f85925965c949afab0de5e19f68ece71ec4;hpb=52ac173257bf9cc780f0faee5049314442083140;p=flightgear.git diff --git a/src/FDM/fdm_shell.hxx b/src/FDM/fdm_shell.hxx index be0b1f859..04bbf1b72 100644 --- a/src/FDM/fdm_shell.hxx +++ b/src/FDM/fdm_shell.hxx @@ -24,6 +24,7 @@ #define FG_FDM_SHELL_HXX #include +#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;