diff options
author | Chris Robinson <[email protected]> | 2011-09-10 01:12:34 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-09-10 01:12:34 -0700 |
commit | 724ad0d89381456771c672b68b72bb07042b2173 (patch) | |
tree | f8b5c8ffcfd64d0ff03cdeb64edceef41852e7c2 /OpenAL32/Include/alError.h | |
parent | 7a0df8553fbf879f94c372aed3d7b5dfab25ad6c (diff) |
Add an option to trap context errors in a debugger
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 |