diff options
author | Chris Robinson <[email protected]> | 2009-08-26 18:29:25 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2009-08-26 18:29:25 -0700 |
commit | 70c88879abaa7f4946dc009770bf23fab3f2ee48 (patch) | |
tree | 7f05fb63662d065a54ed005d0d3f3cde0094976d /include/AL/alext.h | |
parent | 276ee63b9990c7fc82da51fb685d6687d1b3da28 (diff) |
Add ALC_EXT_disconnect to alext.h
Diffstat (limited to 'include/AL/alext.h')
-rw-r--r-- | include/AL/alext.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/AL/alext.h b/include/AL/alext.h index 66edc857..221e9c63 100644 --- a/include/AL/alext.h +++ b/include/AL/alext.h @@ -139,6 +139,11 @@ typedef ALvoid* (AL_APIENTRY*PFNALMAPDATABUFFEREXTPROC)(ALuint uiBuffer, ALuint typedef ALvoid (AL_APIENTRY*PFNALUNMAPDATABUFFEREXTPROC)(ALuint uiBuffer); #endif +#ifndef ALC_EXT_disconnect +#define ALC_EXT_disconnect 1 +#define ALC_CONNECTED 0x313 +#endif + #ifdef __cplusplus } #endif |