diff options
author | Chris Robinson <[email protected]> | 2012-04-26 01:19:25 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-04-26 01:19:25 -0700 |
commit | 39ab0b0aa3dab6e56607127d01749de4aa205a67 (patch) | |
tree | 39c43129aa9f2fdbc31a5cc32f7f5c6f5c6e5431 /include/AL/alext.h | |
parent | 5c70cacc13b0c7faa58c40afecd1bfa946351259 (diff) |
Add AL_EXT_STEREO_ANGLES 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 eef1ed80..223afe7d 100644 --- a/include/AL/alext.h +++ b/include/AL/alext.h @@ -289,6 +289,11 @@ ALC_API void ALC_APIENTRY alcRenderSamplesSOFT(ALCdevice *device, ALCvoid *buffe #endif #endif +#ifndef AL_EXT_STEREO_ANGLES +#define AL_EXT_STEREO_ANGLES 1 +#define AL_STEREO_ANGLES 0x1030 +#endif + #ifdef __cplusplus } #endif |