Pass the offset latency properties to the set handler
[openal-soft.git] / OpenAL32 / Include / alError.h
blob0ade342d38c21dc67f34d6b0ee035b210364595f
1 #ifndef _AL_ERROR_H_
2 #define _AL_ERROR_H_
4 #include "alMain.h"
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
10 extern ALboolean TrapALError;
12 ALvoid alSetError(ALCcontext *Context, ALenum errorCode);
14 #ifdef __cplusplus
16 #endif
18 #endif