]> 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 547b467bcb15c8708049ce1488692aa62b0660bf..1d7e51f2d0988ec2a0e12f9856eb97892432427b 100644 (file)
 #include <plib/sl.h>
 #include <plib/sm.h>
 
-FG_USING_STD(map);
-FG_USING_STD(string);
+#include <simgear/timing/timestamp.hxx>
+
+SG_USING_STD(map);
+SG_USING_STD(string);
 
 
 // manages everything we need to know for an individual sound sample
@@ -86,6 +88,9 @@ class FGSoundMgr {
     smMixer *audio_mixer;
     sound_map sounds;
 
+    SGTimeStamp last;
+    double safety;
+
 public:
 
     FGSoundMgr();