diff options
author | Tim Angus <tim@ngus.net> | 2011-04-23 22:38:25 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:18:07 +0000 |
commit | 06006eb6930de74c577c87daf6a0f7917e22d578 (patch) | |
tree | 8caec25df040a3f3eddc99b593e51d993b9be1be /src/AL | |
parent | 98438cc3e7d32312bb52b413c12698b67b8cfeb0 (diff) |
* Merge ioq3-r1946
Diffstat (limited to 'src/AL')
-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 |