diff options
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r-- | OpenAL32/Include/alMain.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index eab68070..1bc53739 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -24,6 +24,8 @@ #define AL_DOUBLE 0x1407 #define AL_MULAW 0x1408 #define AL_IMA4 0x1409 +#define AL_BYTE3 0x1410 +#define AL_UNSIGNED_BYTE3 0x1411 /* Channel configurations */ #define AL_MONO 0x1500 |