]> git.mxchange.org Git - flightgear.git/blobdiff - src/Sound/fg_fx.hxx
Remove unnecessary includes/using
[flightgear.git] / src / Sound / fg_fx.hxx
index a46d8583cd1dd54f1a3737ff1046beac936e7f06..1f5336e359b1ecc67e8f51fc64a29d9eec9d9d1f 100644 (file)
@@ -49,15 +49,17 @@ class FGFX : public SGSampleGroup
 
 public:
 
-    FGFX ( SGSoundMgr *smgr, const string &refname, SGPropertyNode *props = 0 );
+    FGFX ( const std::string &refname, SGPropertyNode *props = 0 );
     virtual ~FGFX ();
 
     virtual void init ();
     virtual void reinit ();
     virtual void update (double dt);
+            void unbind();
 
 private:
 
+    bool _is_aimodel;
     SGSharedPtr<SGSampleGroup> _avionics;
     std::vector<SGXmlSound *> _sound;