From 051d6fb243c3d6843b5f5b24684cc9324cdc1de1 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 30 Mar 2021 07:04:06 -0700 Subject: Combine some duplicate code --- alc/voice.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'alc/voice.h') diff --git a/alc/voice.h b/alc/voice.h index 5921635c..96975efa 100644 --- a/alc/voice.h +++ b/alc/voice.h @@ -238,6 +238,8 @@ struct Voice { void mix(const State vstate, ALCcontext *Context, const uint SamplesToDo); + void prepare(ALCdevice *device); + DEF_NEWDEL(Voice) }; -- cgit v1.2.3