aboutsummaryrefslogtreecommitdiffstats
path: root/alc/voice.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2021-03-30 07:04:06 -0700
committerChris Robinson <[email protected]>2021-03-30 07:04:06 -0700
commit051d6fb243c3d6843b5f5b24684cc9324cdc1de1 (patch)
treecf5e35643d8262515d4b077b9e9f7d09b3cccb90 /alc/voice.h
parent7b2f19449041317c575cca4da0b5fea74570f310 (diff)
Combine some duplicate code
Diffstat (limited to 'alc/voice.h')
-rw-r--r--alc/voice.h2
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)
};