]> git.tdb.fi Git - ext/openal.git/blob - core/helpers.h
Import OpenAL Soft 1.23.1 sources
[ext/openal.git] / core / helpers.h
1 #ifndef CORE_HELPERS_H
2 #define CORE_HELPERS_H
3
4 #include <string>
5
6 #include "vector.h"
7
8
9 struct PathNamePair { std::string path, fname; };
10 const PathNamePair &GetProcBinary(void);
11
12 extern int RTPrioLevel;
13 extern bool AllowRTTimeLimit;
14 void SetRTPriority(void);
15
16 al::vector<std::string> SearchDataFiles(const char *match, const char *subdir);
17
18 #endif /* CORE_HELPERS_H */