aboutsummaryrefslogtreecommitdiffstats
path: root/alc/compat.h
blob: 960b4b9474aa7429e00a88d8332e8f2cef471e74 (plain)
1
2
3
4
5
6
7
8
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 */