diff options
author | Chris Robinson <[email protected]> | 2008-07-22 13:16:58 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2008-07-22 13:16:58 -0700 |
commit | 19aabd6d0264ee761f8131049950298ee2a6c9ad (patch) | |
tree | 5e1622e75190466a05cbd016809af09431e60ee1 /include/AL/alext.h | |
parent | 87b5d7bc7ba9c9a262332cfbebd68602869a11ca (diff) |
Add ALC_LOKI_audio_channel tokens to alext.h
Diffstat (limited to 'include/AL/alext.h')
-rw-r--r-- | include/AL/alext.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/AL/alext.h b/include/AL/alext.h index 2c72d9cd..5ac9c7de 100644 --- a/include/AL/alext.h +++ b/include/AL/alext.h @@ -37,6 +37,13 @@ extern "C" { #define AL_FORMAT_QUAD16_LOKI 0x10005 #endif +#ifndef ALC_LOKI_audio_channel +#define ALC_LOKI_audio_channel 1 +#define ALC_CHAN_MAIN_LOKI 0x500001 +#define ALC_CHAN_PCM_LOKI 0x500002 +#define ALC_CHAN_CD_LOKI 0x500003 +#endif + #ifndef AL_EXT_MCFORMATS #define AL_EXT_MCFORMATS 1 #define AL_FORMAT_QUAD8 0x1204 |