compat.h 177 B

123456789
  1. #ifndef AL_COMPAT_H
  2. #define AL_COMPAT_H
  3. #include <string>
  4. struct PathNamePair { std::string path, fname; };
  5. const PathNamePair &GetProcBinary(void);
  6. #endif /* AL_COMPAT_H */