diff options
author | Chris Robinson <[email protected]> | 2011-03-14 09:04:41 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-03-14 09:04:41 -0700 |
commit | 4899674b6c765370f80f6e57aaddfd2985baf6e5 (patch) | |
tree | 9a72054496329288b4af16d00277f3d81e46ff3b /include/AL/alc.h | |
parent | 4eeed5376f913aa27ad88738c14c2e1b25ab056b (diff) |
Move ALC_ENUMERATE_ALL_EXT enums to alc.h, to match other systems' headers
Diffstat (limited to 'include/AL/alc.h')
-rw-r--r-- | include/AL/alc.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/AL/alc.h b/include/AL/alc.h index 04543a0c..00cb762d 100644 --- a/include/AL/alc.h +++ b/include/AL/alc.h @@ -171,11 +171,20 @@ typedef void ALCvoid; /** * Capture extension */ +#define ALC_EXT_CAPTURE 1 #define ALC_CAPTURE_DEVICE_SPECIFIER 0x310 #define ALC_CAPTURE_DEFAULT_DEVICE_SPECIFIER 0x311 #define ALC_CAPTURE_SAMPLES 0x312 +/** + * ALC_ENUMERATE_ALL_EXT enums + */ +#define ALC_ENUMERATE_ALL_EXT 1 +#define ALC_DEFAULT_ALL_DEVICES_SPECIFIER 0x1012 +#define ALC_ALL_DEVICES_SPECIFIER 0x1013 + + /* * Context Management */ |