hedgewars/SDLh.pas
changeset 1712 f5b916de40f0
parent 1556 3369f016b79d
child 1819 17dac76954d1
--- a/hedgewars/SDLh.pas	Mon Jan 19 13:02:33 2009 +0000
+++ b/hedgewars/SDLh.pas	Mon Jan 19 15:25:22 2009 +0000
@@ -367,6 +367,9 @@
 
 function  Mix_PlayChannelTimed(channel: LongInt; chunk: PMixChunk; loops: LongInt; ticks: LongInt): LongInt; cdecl; external SDL_MixerLibName;
 function  Mix_PlayMusic(music: PMixMusic; loops: LongInt): LongInt; cdecl; external SDL_MixerLibName;
+function  Mix_PausedMusic(music: PMixMusic): LongInt; cdecl; external SDL_MixerLibName;
+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;
 
 (*  SDL_image *)