]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sound/sample_group.hxx
cppbind.Ghost: clean up a bit
[simgear.git] / simgear / sound / sample_group.hxx
index 7197f3e40e21765b7e76232c7c69177b2ccc15f9..eb850b3b2f43797ca9353681b24f05f86c0eee86 100644 (file)
@@ -214,6 +214,10 @@ protected:
     bool _active;
 
 private:
+    void cleanup_removed_samples();
+    void start_playing_sample(SGSoundSample *sample);
+    void check_playing_sample(SGSoundSample *sample);
+  
     bool _changed;
     bool _pause;
     float _volume;