aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alcontext.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-10-02 16:53:23 -0700
committerChris Robinson <[email protected]>2019-10-02 16:53:23 -0700
commit64e2c377d865d67efdac675c355e7b1a6b4166e6 (patch)
tree574d85a15e26c6041da98b23d4c00ab264f481aa /alc/alcontext.h
parentd639935e1975db4276f6ee8c3622684cefa6b269 (diff)
Move ALvoice from alu.h to a separate header
Diffstat (limited to 'alc/alcontext.h')
-rw-r--r--alc/alcontext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/alc/alcontext.h b/alc/alcontext.h
index dd622654..ba3942f5 100644
--- a/alc/alcontext.h
+++ b/alc/alcontext.h
@@ -22,6 +22,7 @@
#include "logging.h"
#include "threads.h"
#include "vector.h"
+#include "voice.h"
struct ALeffectslot;
struct ALeffectslotProps;