diff options
author | Chris Robinson <[email protected]> | 2020-12-27 16:14:11 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-12-27 16:14:11 -0800 |
commit | 62fa6a22773ca7d5bb8194c2ef59f82b69d27538 (patch) | |
tree | c05d793cf1515c99cd533ebcde755f544af3de8d /al/source.h | |
parent | ffa7d1b1a7132a00656eaf001f30441580e6a6a4 (diff) |
Avoid including voice.h in alcontext.h
Diffstat (limited to 'al/source.h')
-rw-r--r-- | al/source.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/al/source.h b/al/source.h index 1499f347..c0281f3e 100644 --- a/al/source.h +++ b/al/source.h @@ -16,6 +16,7 @@ #include "alu.h" #include "math_defs.h" #include "vector.h" +#include "voice.h" struct ALbuffer; struct ALeffectslot; |