hedgewars/SDLh.pas
changeset 4956 48e1f9a04c28
parent 4933 86bd82d58a0b
child 4976 088d40d8aba2
equal deleted inserted replaced
4954:b17aafd93c17 4956:48e1f9a04c28
   824 function  Mix_PausedMusic(music: PMixMusic): LongInt; cdecl; external SDL_MixerLibName;
   824 function  Mix_PausedMusic(music: PMixMusic): LongInt; cdecl; external SDL_MixerLibName;
   825 function  Mix_PauseMusic(music: PMixMusic): LongInt; cdecl; external SDL_MixerLibName;
   825 function  Mix_PauseMusic(music: PMixMusic): LongInt; cdecl; external SDL_MixerLibName;
   826 function  Mix_ResumeMusic(music: PMixMusic): LongInt; cdecl; external SDL_MixerLibName;
   826 function  Mix_ResumeMusic(music: PMixMusic): LongInt; cdecl; external SDL_MixerLibName;
   827 function  Mix_HaltChannel(channel: LongInt): LongInt; cdecl; external SDL_MixerLibName;
   827 function  Mix_HaltChannel(channel: LongInt): LongInt; cdecl; external SDL_MixerLibName;
   828 
   828 
       
   829 function  Mix_FadeInChannelTimed(channel: LongInt; chunk: PMixChunk; loops: LongInt; fadems: LongInt; ticks: LongInt): LongInt; cdecl; external SDL_MixerLibName;
       
   830 function  Mix_FadeOutChannel(channel: LongInt; fadems: LongInt): LongInt; cdecl; external SDL_MixerLibName;
       
   831 
   829 (*  SDL_image  *)
   832 (*  SDL_image  *)
   830 function  IMG_Init(flags: LongInt): LongInt; cdecl; external SDL_ImageLibName;
   833 function  IMG_Init(flags: LongInt): LongInt; cdecl; external SDL_ImageLibName;
   831 procedure IMG_Quit; cdecl; external SDL_ImageLibName;
   834 procedure IMG_Quit; cdecl; external SDL_ImageLibName;
   832 
   835 
   833 function  IMG_Load(const _file: PChar): PSDL_Surface; cdecl; external SDL_ImageLibName;
   836 function  IMG_Load(const _file: PChar): PSDL_Surface; cdecl; external SDL_ImageLibName;