Example #1
0
 public static bool IsPlaying()
 {
     return(CSound.IsPlaying(_CurrentMusicStream));
 }