diff options
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r-- | OpenAL32/Include/alMain.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index ddc3857f..3d030f94 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -635,6 +635,8 @@ struct ALCcontext_struct ALCcontext *volatile next; }; +ALCcontext *GetContextRef(void); + void ALCcontext_IncRef(ALCcontext *context); void ALCcontext_DecRef(ALCcontext *context); @@ -652,9 +654,6 @@ ALCvoid UnlockContext(ALCcontext *context); ALvoid *StartThread(ALuint (*func)(ALvoid*), ALvoid *ptr); ALuint StopThread(ALvoid *thread); -ALCcontext *GetLockedContext(void); -ALCcontext *GetContextRef(void); - typedef struct RingBuffer RingBuffer; RingBuffer *CreateRingBuffer(ALsizei frame_size, ALsizei length); void DestroyRingBuffer(RingBuffer *ring); |