From 64e2c377d865d67efdac675c355e7b1a6b4166e6 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 2 Oct 2019 16:53:23 -0700 Subject: Move ALvoice from alu.h to a separate header --- alc/alcontext.h | 1 + 1 file changed, 1 insertion(+) (limited to 'alc/alcontext.h') 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; -- cgit v1.2.3