diff options
author | Chris Robinson <chris.kcat@gmail.com> | 2019-07-28 18:33:29 -0700 |
---|---|---|
committer | Chris Robinson <chris.kcat@gmail.com> | 2019-07-28 18:33:29 -0700 |
commit | 93e60919c8f387c36c267ca9faa1ac653254aea6 (patch) | |
tree | 4b14cde5bbe2e0390d26c40d3675576e66e8f942 /OpenAL32/Include/alEffect.h | |
parent | bb0062625f13bd64c9f83f8c482eae119009a48f (diff) |
Rename alMain.h to alcmain.h
And move it and alu.h to Alc/.
Diffstat (limited to 'OpenAL32/Include/alEffect.h')
-rw-r--r-- | OpenAL32/Include/alEffect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alEffect.h b/OpenAL32/Include/alEffect.h index d94317a4..d43aa206 100644 --- a/OpenAL32/Include/alEffect.h +++ b/OpenAL32/Include/alEffect.h @@ -1,7 +1,7 @@ #ifndef _AL_EFFECT_H_ #define _AL_EFFECT_H_ -#include "alMain.h" +#include "alcmain.h" #include "effects/base.h" |