diff options
author | Chris Robinson <[email protected]> | 2021-04-22 03:14:31 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2021-04-22 03:15:26 -0700 |
commit | d2f587ee23f3e538d6d2744b9acae2e15e047db8 (patch) | |
tree | 6605d92963ade5f06b0f475b97a8192d25dd9a92 /alc/compat.h | |
parent | f0154c4366445f8ef360c233e9bc11a33d75b922 (diff) |
Move helpers.cpp to core
Diffstat (limited to 'alc/compat.h')
-rw-r--r-- | alc/compat.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/alc/compat.h b/alc/compat.h deleted file mode 100644 index d858e5c9..00000000 --- a/alc/compat.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef AL_COMPAT_H -#define AL_COMPAT_H - -#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 */ |