mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-05 20:41:06 +00:00
6 lines
225 B
C
6 lines
225 B
C
#pragma once
|
|
|
|
#include "filesystem/filesystem.h"
|
|
|
|
// 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);
|