hedgewars/SDLh.pas
changeset 6362 ceacd1b61833
parent 6329 9eb6c4a8d633
child 6415 af2047bb4f70
--- a/hedgewars/SDLh.pas	Sun Nov 13 13:27:04 2011 -0500
+++ b/hedgewars/SDLh.pas	Sun Nov 13 19:32:42 2011 +0100
@@ -956,6 +956,7 @@
 function  Mix_PauseMusic(music: PMixMusic): LongInt; cdecl; external SDL_MixerLibName;
 function  Mix_ResumeMusic(music: PMixMusic): LongInt; cdecl; external SDL_MixerLibName;
 function  Mix_HaltChannel(channel: LongInt): LongInt; cdecl; external SDL_MixerLibName;
+function  Mix_HaltMusic: LongInt; cdecl; external SDL_MixerLibName;
 
 function  Mix_FadeInChannelTimed(channel: LongInt; chunk: PMixChunk; loops: LongInt; fadems: LongInt; ticks: LongInt): LongInt; cdecl; external SDL_MixerLibName;
 function  Mix_FadeOutChannel(channel: LongInt; fadems: LongInt): LongInt; cdecl; external SDL_MixerLibName;