diff options
author | Chris Robinson <[email protected]> | 2016-09-06 13:21:11 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2016-09-06 13:21:11 -0700 |
commit | 1d9d1958db4b14da654a3bc3f362582829596c75 (patch) | |
tree | 0cba33071b023c1eb6985f478f2eecfdd7890aef /OpenAL32 | |
parent | 9cbe02fd850b9ecc4a227c7553004ca3203a5ed0 (diff) |
Make the SelectMixer function sharable
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/Include/alu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h index d236c58b..3d1a4986 100644 --- a/OpenAL32/Include/alu.h +++ b/OpenAL32/Include/alu.h @@ -264,6 +264,8 @@ enum HrtfRequestMode { void aluInitMixer(void); +MixerFunc SelectMixer(void); + /* aluInitRenderer * * Set up the appropriate panning method and mixing method given the device |