mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 15:21:48 +00:00
5 lines
189 B
C
5 lines
189 B
C
|
#pragma once
|
||
|
|
||
|
// This really, really needs to be redone in its entirety, the audio lookup code is hideous.
|
||
|
extern FileReader S_OpenAudio(const char *fn, char searchfirst, uint8_t ismusic);
|