diff options
author | Chris Robinson <[email protected]> | 2020-11-20 01:37:19 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-11-20 01:37:19 -0800 |
commit | f85e76285f8ad0824f6d6b1e02bb468597b006d4 (patch) | |
tree | 01d68abce2d52e328c133f2ddf59d6a1d4d55920 /alc/alc.cpp | |
parent | bee9917598b59f00b0bfa8145dd5b8968e25b12c (diff) |
Disassociate internal voice enums from AL enums
Diffstat (limited to 'alc/alc.cpp')
-rw-r--r-- | alc/alc.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/alc/alc.cpp b/alc/alc.cpp index 5ef1e6d8..073fe6bf 100644 --- a/alc/alc.cpp +++ b/alc/alc.cpp @@ -58,6 +58,7 @@ #include "AL/efx.h" #include "al/auxeffectslot.h" +#include "al/buffer.h" #include "al/effect.h" #include "al/event.h" #include "al/filter.h" |