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