mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-17 18:01:17 +00:00
50349a6b3d
# Conflicts: # platform/Windows/exhumed.vcxproj # platform/Windows/exhumed.vcxproj.filters # source/build/include/build.h # source/build/src/palette.cpp
25 lines
259 B
C++
25 lines
259 B
C++
|
|
#include "cdaudio.h"
|
|
|
|
int fadecdaudio()
|
|
{
|
|
/* TODO
|
|
StartfadeCDaudio();
|
|
|
|
while (1)
|
|
{
|
|
if (!StepFadeCDaudio()) {
|
|
return 1;
|
|
}
|
|
else {
|
|
WaitTicks(1);
|
|
}
|
|
}
|
|
*/
|
|
return 1;
|
|
}
|
|
|
|
void CheckCD()
|
|
{
|
|
|
|
}
|