]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/YASim/SimpleJet.hpp
It can't be turned off, so force the running flag to true to avoid an
[flightgear.git] / src / FDM / YASim / SimpleJet.hpp
index 97174e65128dc89b813f06436e49faa76507ff1a..36e0e4786ce5d6a2be405360e7555048116fd1dd 100644 (file)
@@ -11,6 +11,8 @@ class SimpleJet : public Thruster
 public:
     SimpleJet();
     void setThrust(float thrust);
+    virtual bool isRunning();
+    virtual bool isCranking();
     virtual void getThrust(float* out);
     virtual void getTorque(float* out);
     virtual void getGyro(float* out);