mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-26 03:30:46 +00:00
9 lines
93 B
C
9 lines
93 B
C
|
|
||
|
#ifndef __cdrom_h__
|
||
|
#define __cdrom_h__
|
||
|
|
||
|
int checkcdrom();
|
||
|
char GetCDDriveLetter();
|
||
|
|
||
|
#endif
|