]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/LaRCsim.hxx
Working on putting engine data on "the bus"
[flightgear.git] / src / FDM / LaRCsim.hxx
index d08db68b3bad57c2841c5da74191e260ffd36a55..068cb8f21efe6d81737af64fb4236de2683b5fea 100644 (file)
 #define _LARCSIM_HXX
 
 
+#include "IO360.hxx"
 #include "flight.hxx"
 
 
+#define USE_NEW_ENGINE_CODE 1
+
+
 class FGLaRCsim: public FGInterface {
 
+#ifdef USE_NEW_ENGINE_CODE
+    FGEngine eng;
+#endif
+
 public:
 
     // copy FDM state to LaRCsim structures