mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-07 09:40:43 +00:00
13 lines
95 B
C++
13 lines
95 B
C++
|
|
||
|
#include "cdrom.h"
|
||
|
|
||
|
int checkcdrom()
|
||
|
{
|
||
|
return 1;
|
||
|
}
|
||
|
|
||
|
char GetCDDriveLetter()
|
||
|
{
|
||
|
return 'D';
|
||
|
}
|