hedgewars/SDLh.pas
changeset 1225 f882a92ef872
parent 1120 eb5a9f86f9c6
child 1556 3369f016b79d
equal deleted inserted replaced
1224:0b9fbee5ceda 1225:f882a92ef872
   339 function  Mix_LoadWAV_RW(src: PSDL_RWops; freesrc: LongInt): PMixChunk; cdecl; external SDL_MixerLibName;
   339 function  Mix_LoadWAV_RW(src: PSDL_RWops; freesrc: LongInt): PMixChunk; cdecl; external SDL_MixerLibName;
   340 function  Mix_LoadMUS(const filename: PChar): PMixMusic; cdecl; external SDL_MixerLibName;
   340 function  Mix_LoadMUS(const filename: PChar): PMixMusic; cdecl; external SDL_MixerLibName;
   341 
   341 
   342 function  Mix_Playing(channel: LongInt): LongInt; cdecl; external SDL_MixerLibName;
   342 function  Mix_Playing(channel: LongInt): LongInt; cdecl; external SDL_MixerLibName;
   343 function  Mix_PlayingMusic: LongInt; cdecl; external SDL_MixerLibName;
   343 function  Mix_PlayingMusic: LongInt; cdecl; external SDL_MixerLibName;
       
   344 function  Mix_FadeInMusic(music: PMixMusic; loops: LongInt; ms: LongInt): LongInt; cdecl; external SDL_MixerLibName;
   344 
   345 
   345 function  Mix_PlayChannelTimed(channel: LongInt; chunk: PMixChunk; loops: LongInt; ticks: LongInt): LongInt; cdecl; external SDL_MixerLibName;
   346 function  Mix_PlayChannelTimed(channel: LongInt; chunk: PMixChunk; loops: LongInt; ticks: LongInt): LongInt; cdecl; external SDL_MixerLibName;
   346 function  Mix_PlayMusic(music: PMixMusic; loops: LongInt): LongInt; cdecl; external SDL_MixerLibName;
   347 function  Mix_PlayMusic(music: PMixMusic; loops: LongInt): LongInt; cdecl; external SDL_MixerLibName;
   347 function  Mix_HaltChannel(channel: LongInt): LongInt; cdecl; external SDL_MixerLibName;
   348 function  Mix_HaltChannel(channel: LongInt): LongInt; cdecl; external SDL_MixerLibName;
   348 
   349