diff options
author | Chris Robinson <[email protected]> | 2008-01-03 05:36:51 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2008-01-03 05:36:51 -0800 |
commit | 8fe39042da3369acb4aa8e5a8837709c4338d0f0 (patch) | |
tree | 8bcd0d73000fa4082e2e62cf13d8f660cffd72d9 /OpenAL32/Include/alMain.h | |
parent | 7ef623c71d092f696f5bd7f7170ba475728ecccf (diff) |
Add the Bauer stereophonic-to-binaural DSP (bs2b) code and hooks
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r-- | OpenAL32/Include/alMain.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 3449b57e..d8611a71 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -180,6 +180,8 @@ struct ALCcontext_struct ALCdevice *Device; ALCchar ExtensionList[1024]; + struct bs2b *bs2b; + ALCcontext *next; }; |