From ff380298e4086490584707b8ffde44c5ad64830f Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 27 Apr 2021 08:26:42 -0700 Subject: Move BufferStorage and Voice to core --- al/source.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'al/source.h') diff --git a/al/source.h b/al/source.h index 4f4832e5..2063068a 100644 --- a/al/source.h +++ b/al/source.h @@ -17,9 +17,9 @@ #include "alnumeric.h" #include "alu.h" #include "atomic.h" +#include "core/voice.h" #include "math_defs.h" #include "vector.h" -#include "voice.h" struct ALbuffer; struct ALeffectslot; -- cgit v1.2.3