raze/source/exhumed/src/cdrom.cpp

13 lines
95 B
C++
Raw Normal View History

#include "cdrom.h"
int checkcdrom()
{
return 1;
}
char GetCDDriveLetter()
{
return 'D';
}