diff options
Diffstat (limited to 'include')
-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 |