1 #ifndef AL_COMPAT_H
2 #define AL_COMPAT_H
3 
4 #include <string>
5 
6 struct PathNamePair { std::string path, fname; };
7 const PathNamePair &GetProcBinary(void);
8 
BytesFromFmt(FmtType type)9 #endif /* AL_COMPAT_H */
10