raze-gles/source/exhumed/src/cdrom.h

9 lines
93 B
C
Raw Normal View History

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