diff options
author | Chris Robinson <[email protected]> | 2008-01-04 14:40:38 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2008-01-04 14:40:38 -0800 |
commit | 5e48be27b840ff0a8b90baaae41e2809f7ca99ab (patch) | |
tree | ecbd5f31febd0e2d19e9682aa3e990667a9072ec /OpenAL32/Include/alMain.h | |
parent | 9ed574b39958c49f3e4b6ffc4c6a3153273d33b1 (diff) | |
parent | b3badbf97d95d84bb0de655275b00e30948e311f (diff) |
Merge branch 'master' into efx-experiment
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 a5e5184a..a1857c97 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -181,6 +181,8 @@ struct ALCcontext_struct ALCdevice *Device; ALCchar ExtensionList[1024]; + struct bs2b *bs2b; + ALCcontext *next; }; |