diff -r 3f80fb49d21b -r f5b916de40f0 hedgewars/SDLh.pas --- 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 *)