mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-06 04:52:16 +00:00
cfca8060ba
- consolidated the 3 identical S_OpenAudio implementations. The replacement code is disabled for the time being because it needs a rewrite. The replacement logic is uses is a bit too volatile. - removed the old GRP scan code.
4 lines
189 B
C
4 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);
|