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 index 960b4b94..d858e5c9 100644 --- a/alc/compat.h +++ b/alc/compat.h @@ -3,7 +3,16 @@ #include <string> +#include "vector.h" + + struct PathNamePair { std::string path, fname; }; const PathNamePair &GetProcBinary(void); +extern int RTPrioLevel; +extern bool AllowRTTimeLimit; +void SetRTPriority(void); + +al::vector<std::string> SearchDataFiles(const char *match, const char *subdir); + #endif /* AL_COMPAT_H */ |