diff options
Diffstat (limited to 'src/AL/alctypes.h')
-rw-r--r-- | src/AL/alctypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/AL/alctypes.h b/src/AL/alctypes.h index 181384b0..a7c7858f 100644 --- a/src/AL/alctypes.h +++ b/src/AL/alctypes.h @@ -123,6 +123,7 @@ typedef void ALCvoid; */ #define ALC_DEFAULT_DEVICE_SPECIFIER 0x1004 #define ALC_DEVICE_SPECIFIER 0x1005 +#define ALC_ALL_DEVICES_SPECIFIER 0x1013 #define ALC_EXTENSIONS 0x1006 #define ALC_MAJOR_VERSION 0x1000 |