aboutsummaryrefslogtreecommitdiffstats
path: root/alc/compat.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2021-04-22 03:14:31 -0700
committerChris Robinson <[email protected]>2021-04-22 03:15:26 -0700
commitd2f587ee23f3e538d6d2744b9acae2e15e047db8 (patch)
tree6605d92963ade5f06b0f475b97a8192d25dd9a92 /alc/compat.h
parentf0154c4366445f8ef360c233e9bc11a33d75b922 (diff)
Move helpers.cpp to core
Diffstat (limited to 'alc/compat.h')
-rw-r--r--alc/compat.h18
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 */