diff options
author | Chris Robinson <[email protected]> | 2018-09-20 19:58:01 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-09-20 19:58:01 -0700 |
commit | cb8545346d227ba85a4a98c3897b5cdb1ea86d26 (patch) | |
tree | 8e014b38ec4815636ef2d4c70b6313eb2631d0a5 /OpenAL32/Include/alMain.h | |
parent | 5c6b8eda4f4defc85faf76edb2772f6b340c7c1a (diff) |
Always start the event thread with the context
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r-- | OpenAL32/Include/alMain.h | 3 |
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 |