Go to the source code of this file.
Functions | |
int | CDAudio_Init (void) |
void | CDAudio_Shutdown (void) |
void | CDAudio_Play (int track, qboolean looping) |
void | CDAudio_Stop (void) |
void | CDAudio_Update (void) |
void | CDAudio_Activate (qboolean active) |
void | CDAudio_RandomPlay (void) |
Referenced by AppActivate(), and CDAudio_RandomPlay().
Referenced by CDAudio_RandomPlay(), CL_Init(), and UpdateCDVolumeFunc().
Definition at line 182 of file cd_win.c.
Referenced by CDAudio_RandomPlay(), CL_ParseConfigString(), CL_PrepRefresh(), and UpdateCDVolumeFunc().
Definition at line 190 of file cd_win.c.
Referenced by CL_PrepRefresh(), and UpdateCDVolumeFunc().
Referenced by CDAudio_RandomPlay(), and CL_Shutdown().
Referenced by CDAudio_RandomPlay(), and CL_Frame().