Files
megasource/libs/openal-soft/Alc/compat.h
T
2021-02-11 18:04:50 +08:00

10 lines
177 B
C++

#ifndef AL_COMPAT_H
#define AL_COMPAT_H
#include <string>
struct PathNamePair { std::string path, fname; };
const PathNamePair &GetProcBinary(void);
#endif /* AL_COMPAT_H */