unsigned int sound_get_current_pos()
Definition: sound.c:414
bool sound_stop()
Stop playback of current track.
Definition: sound.c:387
The basic datastructure representing a single track.
Definition: track.h:67
bool sound_play(struct track *track)
Start playback of track.
Definition: sound.c:422
bool sound_finalize()
Definition: sound.c:358
void sound_seek(unsigned int pos)
Definition: sound.c:418
bool sound_init(void(*time_callback)(int))
Global initialization of sound.
Definition: sound.c:315
Definitions of the most important structures track and track_list
static void(* time_callback)(int)
Definition: sound.c:73