]> 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 4d4824bb4ef8ee896aa1a4205a1770a0c5a85875..c1aaa567998b4aa4545257fb3b6707489fe4459f 100644 (file)
@@ -28,6 +28,8 @@
 #endif
 
 #include <simgear/compiler.h>
+#include <simgear/props/condition.hxx>
+
 #include <Main/fgfs.hxx>
 #include <Main/globals.hxx>
 
@@ -53,6 +55,8 @@ public:
   virtual void unbind ();
   virtual void update (double dt);
 
+  void stop();
+
 protected:
 
   enum { MAXPROP=5 };