mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-28 12:30:46 +00:00
14 lines
204 B
C
14 lines
204 B
C
|
|
||
|
#ifndef __cd_h__
|
||
|
#define __cd_h__
|
||
|
|
||
|
int initcdaudio();
|
||
|
void setCDaudiovolume(int val);
|
||
|
int playCDtrack(int nTrack);
|
||
|
void StartfadeCDaudio();
|
||
|
int StepFadeCDaudio();
|
||
|
int CDplaying();
|
||
|
void StopCD();
|
||
|
|
||
|
#endif
|