diff options
author | Chris Robinson <[email protected]> | 2012-03-12 22:46:13 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-03-12 22:46:13 -0700 |
commit | 1f3c1091d3b92272bf00249904c79ac8af495811 (patch) | |
tree | 67e6c423943cc7746eb694052e1a76fd0a7d3aaa /include/AL/alext.h | |
parent | 663b43f4f19d2c7d9ed64800c8086d37451c723b (diff) |
Finalize AL_SOFT_direct_channels
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 c8701fc3..11c4af9e 100644 --- a/include/AL/alext.h +++ b/include/AL/alext.h @@ -252,6 +252,11 @@ AL_API ALboolean AL_APIENTRY alIsBufferFormatSupportedSOFT(ALenum format); #endif #endif +#ifndef AL_SOFT_direct_channels +#define AL_SOFT_direct_channels 1 +#define AL_DIRECT_CHANNELS_SOFT 0x1033 +#endif + #ifdef __cplusplus } #endif |