mirror of
https://github.com/ZDoom/Raze.git
synced 2024-12-15 23:20:53 +00:00
936ce5a866
# Conflicts: # platform/Windows/exhumed.vcxproj # platform/Windows/exhumed.vcxproj.filters
13 lines
204 B
C
13 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
|