Mercurial > SDL_sound_CoreAudio
diff decoders/timidity/timidity.h @ 312:498240aa76f1
Seek implementations.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 24 Apr 2002 20:47:21 +0000 |
parents | 2d887640d300 |
children | cbc2a4ffeeec |
line wrap: on
line diff
--- a/decoders/timidity/timidity.h Wed Apr 24 20:46:39 2002 +0000 +++ b/decoders/timidity/timidity.h Wed Apr 24 20:47:21 2002 +0000 @@ -152,5 +152,6 @@ extern int Timidity_PlaySome(MidiSong *song, void *stream, Sint32 len); extern MidiSong *Timidity_LoadSong(SDL_RWops *rw, SDL_AudioSpec *audio); extern void Timidity_Start(MidiSong *song); +extern void Timidity_Seek(MidiSong *song, Uint32 ms); extern void Timidity_FreeSong(MidiSong *song); extern void Timidity_Exit(void);