mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-12 11:10:39 +00:00
936ce5a866
# Conflicts: # platform/Windows/exhumed.vcxproj # platform/Windows/exhumed.vcxproj.filters
8 lines
89 B
C
8 lines
89 B
C
|
|
#ifndef __cdaudio_h__
|
|
#define __cdaudio_h__
|
|
|
|
void CheckCD();
|
|
int fadecdaudio();
|
|
|
|
#endif
|