]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/MagicCarpet.hxx
b) FDM - ada.cxx, ada.hxx have been updated with the faux, daux and iaux arrays that...
[flightgear.git] / src / FDM / MagicCarpet.hxx
index 4c11d3316fd1519be3f6abca4bc11f543781cdb3..e6f6efe80710e64c58d7381901b24a9a8bf32f3c 100644 (file)
 class FGMagicCarpet: public FGInterface {
 
 public:
+    FGMagicCarpet::FGMagicCarpet( double dt );
+    FGMagicCarpet::~FGMagicCarpet();
+
     // reset flight params to a specific position 
-    bool init( double dt );
+    void init();
 
     // update position based on inputs, positions, velocities, etc.
     bool update( int multiloop );
 
-private:
-    SGValue * model_hz;
 };