diff options
Diffstat (limited to 'OpenAL32/Include/alError.h')
-rw-r--r-- | OpenAL32/Include/alError.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenAL32/Include/alError.h b/OpenAL32/Include/alError.h index 7976e50f..f3a9c12d 100644 --- a/OpenAL32/Include/alError.h +++ b/OpenAL32/Include/alError.h @@ -8,6 +8,8 @@ extern "C" { #endif +extern ALboolean TrapALError; + ALvoid alSetError(ALCcontext *Context, ALenum errorCode); #ifdef __cplusplus |