aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alMain.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-09-20 19:58:01 -0700
committerChris Robinson <[email protected]>2018-09-20 19:58:01 -0700
commitcb8545346d227ba85a4a98c3897b5cdb1ea86d26 (patch)
tree8e014b38ec4815636ef2d4c70b6313eb2631d0a5 /OpenAL32/Include/alMain.h
parent5c6b8eda4f4defc85faf76edb2772f6b340c7c1a (diff)
Always start the event thread with the context
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r--OpenAL32/Include/alMain.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index f90108d6..f1bc4469 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -892,6 +892,9 @@ inline void UnlockEffectSlotList(ALCcontext *context)
{ almtx_unlock(&context->EffectSlotLock); }
+int EventThread(void *arg);
+
+
vector_al_string SearchDataFiles(const char *match, const char *subdir);
#ifdef __cplusplus