mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-17 09:51:39 +00:00
50349a6b3d
# Conflicts: # platform/Windows/exhumed.vcxproj # platform/Windows/exhumed.vcxproj.filters # source/build/include/build.h # source/build/src/palette.cpp
12 lines
101 B
C++
12 lines
101 B
C++
|
|
#include "cdrom.h"
|
|
|
|
int checkcdrom()
|
|
{
|
|
return 1;
|
|
}
|
|
|
|
char GetCDDriveLetter()
|
|
{
|
|
return 'D';
|
|
}
|