diff --git a/stepmania/src/RageSoundManager.h b/stepmania/src/RageSoundManager.h index 1b8089dc41..2fd7734b9c 100644 --- a/stepmania/src/RageSoundManager.h +++ b/stepmania/src/RageSoundManager.h @@ -49,6 +49,7 @@ public: void AddFakeSound(RageSound *snd); /* used by drivers */ float GetPlayLatency() const; int GetDriverSampleRate() const; + const set &GetPlayingSounds() const { return playing_sounds; } void PlayOnce( CString sPath ); static void PlayOnceFromDir( CString sDir );