diff options
Diffstat (limited to 'OpenAL32/Include/alEffect.h')
-rw-r--r-- | OpenAL32/Include/alEffect.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/OpenAL32/Include/alEffect.h b/OpenAL32/Include/alEffect.h index b97b0147..80f029a9 100644 --- a/OpenAL32/Include/alEffect.h +++ b/OpenAL32/Include/alEffect.h @@ -10,16 +10,16 @@ extern "C" { struct ALeffect; enum { - EAXREVERB = 0, - REVERB, - CHORUS, - COMPRESSOR, - DISTORTION, - ECHO, - EQUALIZER, - FLANGER, - MODULATOR, - DEDICATED, + AL__EAXREVERB = 0, + AL__REVERB, + AL__CHORUS, + AL__COMPRESSOR, + AL__DISTORTION, + AL__ECHO, + AL__EQUALIZER, + AL__FLANGER, + AL__MODULATOR, + AL__DEDICATED, MAX_EFFECTS }; |