aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/threads.h
diff options
context:
space:
mode:
Diffstat (limited to 'OpenAL32/Include/threads.h')
-rw-r--r--OpenAL32/Include/threads.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/OpenAL32/Include/threads.h b/OpenAL32/Include/threads.h
deleted file mode 100644
index 26493101..00000000
--- a/OpenAL32/Include/threads.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef AL_THREADS_H
-#define AL_THREADS_H
-
-#include "alMain.h"
-
-struct althread_info;
-typedef struct althread_info* althread_t;
-
-ALboolean StartThread(althread_t *out, ALuint (*func)(ALvoid*), ALvoid *ptr);
-ALuint StopThread(althread_t thread);
-
-void SetThreadName(const char *name);
-
-#endif /* AL_THREADS_H */