]> git.mxchange.org Git - flightgear.git/blobdiff - src/Sound/fg_sound.hxx
This is step "1" of probably "many" in the process of separating out the
[flightgear.git] / src / Sound / fg_sound.hxx
index e3c0cda4618a123f0cadafa59467a2405b1d7ca5..c1aaa567998b4aa4545257fb3b6707489fe4459f 100644 (file)
 #endif
 
 #include <simgear/compiler.h>
+#include <simgear/props/condition.hxx>
+
 #include <Main/fgfs.hxx>
 #include <Main/globals.hxx>
 
 #include "soundmgr.hxx"
 
-static const double MAX_TRANSIT_TIME = 0.01;   // 10 ms.
+static const double MAX_TRANSIT_TIME = 0.1;    // 100 ms.
 
 
 /**
@@ -53,6 +55,8 @@ public:
   virtual void unbind ();
   virtual void update (double dt);
 
+  void stop();
+
 protected:
 
   enum { MAXPROP=5 };