]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/YASim/Thruster.hpp
Add support for a turbo prop condition lever.
[flightgear.git] / src / FDM / YASim / Thruster.hpp
index 7d6e0c9cdd65d05e31913021ff4ce06b7ed1aece..c022ebaa424b563d8839c25b4aee884c01c1f6be 100644 (file)
@@ -6,7 +6,7 @@ namespace yasim {
 class Jet;
 class PropEngine;
 class Propeller;
-class PistonEngine;
+class Engine;
 
 class Thruster {
 public:
@@ -19,7 +19,7 @@ public:
     virtual Jet* getJet() { return 0; }
     virtual PropEngine* getPropEngine() { return 0; }
     virtual Propeller* getPropeller() { return 0; }
-    virtual PistonEngine* getPistonEngine() { return 0; }
+    virtual Engine* getEngine() { return 0; }
     
     // Static data
     void getPosition(float* out);