diff options
Diffstat (limited to 'sword2/driver/d_sound.h')
| -rw-r--r-- | sword2/driver/d_sound.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/sword2/driver/d_sound.h b/sword2/driver/d_sound.h index 520a320446..54048bd76a 100644 --- a/sword2/driver/d_sound.h +++ b/sword2/driver/d_sound.h @@ -102,6 +102,7 @@ class Sword2Sound {  		int32 StreamCompMusic(const char *filename, uint32 musicId, bool looping);  		void saveMusicState();  		void restoreMusicState(); +		void playLeadOut(uint8 *leadOut);  		int32 MusicTimeRemaining();  		int32 ReverseStereo(void);  		uint8 GetFxVolume(void); | 
