]> git.mxchange.org Git - flightgear.git/blobdiff - src/Sound/soundmgr.hxx
- adjusted for no-value constructor for FGPanel
[flightgear.git] / src / Sound / soundmgr.hxx
index 3beb06949e3280c69f3b9429b244f6eaed2b42f6..1d7e51f2d0988ec2a0e12f9856eb97892432427b 100644 (file)
@@ -39,6 +39,8 @@
 #include <plib/sl.h>
 #include <plib/sm.h>
 
+#include <simgear/timing/timestamp.hxx>
+
 SG_USING_STD(map);
 SG_USING_STD(string);
 
@@ -86,6 +88,9 @@ class FGSoundMgr {
     smMixer *audio_mixer;
     sound_map sounds;
 
+    SGTimeStamp last;
+    double safety;
+
 public:
 
     FGSoundMgr();