Use blended HRIRs for the B-Format decode
[openal-soft.git] / alc / compat.h
blob960b4b9474aa7429e00a88d8332e8f2cef471e74
1 #ifndef AL_COMPAT_H
2 #define AL_COMPAT_H
4 #include <string>
6 struct PathNamePair { std::string path, fname; };
7 const PathNamePair &GetProcBinary(void);
9 #endif /* AL_COMPAT_H */