]> git.mxchange.org Git - flightgear.git/blobdiff - src/Sound/fg_fx.hxx
First implementation of an environment audio fx module
[flightgear.git] / src / Sound / fg_fx.hxx
index 81fac4f72b6f9fdb8ff443c79125f72d68fed867..798d07cef3288ebe09faded25e0f57376567aff6 100644 (file)
@@ -35,7 +35,7 @@
 class SGXmlSound;
 
 /**
- * Generator for FlightGear sound effects.
+ * Generator for FlightGear model sound effects.
  *
  * This module uses a FGSampleGroup class to generate sound effects based
  * on current flight conditions. The sound manager must be initialized
@@ -49,12 +49,13 @@ class FGFX : public SGSampleGroup
 
 public:
 
-    FGFX ( SGSoundMgr *smgr, const std::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: