diff options
Diffstat (limited to 'alc/compat.h')
-rw-r--r-- | alc/compat.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/alc/compat.h b/alc/compat.h new file mode 100644 index 00000000..960b4b94 --- /dev/null +++ b/alc/compat.h @@ -0,0 +1,9 @@ +#ifndef AL_COMPAT_H +#define AL_COMPAT_H + +#include <string> + +struct PathNamePair { std::string path, fname; }; +const PathNamePair &GetProcBinary(void); + +#endif /* AL_COMPAT_H */ |