mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-02-04 12:50:57 +00:00
9 lines
89 B
C
9 lines
89 B
C
|
|
||
|
#ifndef __cdaudio_h__
|
||
|
#define __cdaudio_h__
|
||
|
|
||
|
void CheckCD();
|
||
|
int fadecdaudio();
|
||
|
|
||
|
#endif
|