raze/source/exhumed/src/cdrom.h
nukeykt 936ce5a866 wip
# Conflicts:
#	platform/Windows/exhumed.vcxproj
#	platform/Windows/exhumed.vcxproj.filters
2019-11-21 22:52:46 +01:00

8 lines
93 B
C

#ifndef __cdrom_h__
#define __cdrom_h__
int checkcdrom();
char GetCDDriveLetter();
#endif