Torque3D/Engine/lib/openal-soft/Alc/compat.h

10 lines
177 B
C
Raw Normal View History

2016-10-22 09:22:33 +10:00
#ifndef AL_COMPAT_H
#define AL_COMPAT_H
#include <string>
2016-10-22 09:22:33 +10:00
struct PathNamePair { std::string path, fname; };
const PathNamePair &GetProcBinary(void);
2018-05-09 20:48:18 +10:00
2016-10-22 09:22:33 +10:00
#endif /* AL_COMPAT_H */