diff options
Diffstat (limited to 'alc/voice.h')
-rw-r--r-- | alc/voice.h | 2 |
1 files changed, 2 insertions, 0 deletions
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) }; |