mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-17 18:01:17 +00:00
936ce5a866
# Conflicts: # platform/Windows/exhumed.vcxproj # platform/Windows/exhumed.vcxproj.filters
8 lines
93 B
C
8 lines
93 B
C
|
|
#ifndef __cdrom_h__
|
|
#define __cdrom_h__
|
|
|
|
int checkcdrom();
|
|
char GetCDDriveLetter();
|
|
|
|
#endif
|