hedgewars/SDLh.pas
changeset 1712 f5b916de40f0
parent 1556 3369f016b79d
child 1819 17dac76954d1
equal deleted inserted replaced
1711:3f80fb49d21b 1712:f5b916de40f0
   365 function  Mix_PlayingMusic: LongInt; cdecl; external SDL_MixerLibName;
   365 function  Mix_PlayingMusic: LongInt; cdecl; external SDL_MixerLibName;
   366 function  Mix_FadeInMusic(music: PMixMusic; loops: LongInt; ms: LongInt): LongInt; cdecl; external SDL_MixerLibName;
   366 function  Mix_FadeInMusic(music: PMixMusic; loops: LongInt; ms: LongInt): LongInt; cdecl; external SDL_MixerLibName;
   367 
   367 
   368 function  Mix_PlayChannelTimed(channel: LongInt; chunk: PMixChunk; loops: LongInt; ticks: LongInt): LongInt; cdecl; external SDL_MixerLibName;
   368 function  Mix_PlayChannelTimed(channel: LongInt; chunk: PMixChunk; loops: LongInt; ticks: LongInt): LongInt; cdecl; external SDL_MixerLibName;
   369 function  Mix_PlayMusic(music: PMixMusic; loops: LongInt): LongInt; cdecl; external SDL_MixerLibName;
   369 function  Mix_PlayMusic(music: PMixMusic; loops: LongInt): LongInt; cdecl; external SDL_MixerLibName;
       
   370 function  Mix_PausedMusic(music: PMixMusic): LongInt; cdecl; external SDL_MixerLibName;
       
   371 function  Mix_PauseMusic(music: PMixMusic): LongInt; cdecl; external SDL_MixerLibName;
       
   372 function  Mix_ResumeMusic(music: PMixMusic): LongInt; cdecl; external SDL_MixerLibName;
   370 function  Mix_HaltChannel(channel: LongInt): LongInt; cdecl; external SDL_MixerLibName;
   373 function  Mix_HaltChannel(channel: LongInt): LongInt; cdecl; external SDL_MixerLibName;
   371 
   374 
   372 (*  SDL_image *)
   375 (*  SDL_image *)
   373 
   376 
   374 const {$IFDEF WIN32}
   377 const {$IFDEF WIN32}