diff options
author | Chris Robinson <[email protected]> | 2008-01-15 16:22:39 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2008-01-15 16:22:39 -0800 |
commit | b95fcf5da1bb9b37f26c5f42864074790a48dc4f (patch) | |
tree | 9dd8ecbbc152ebd14722ee075963aee4a9ce8cff /OpenAL32/Include/alMain.h | |
parent | 707e5968115f99afd6efe6b0f61d8bbf0baa7a94 (diff) |
Store effect slots in the context
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r-- | OpenAL32/Include/alMain.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 67c70016..7cbb8773 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -198,6 +198,9 @@ struct ALCcontext_struct struct ALsource *Source; ALuint SourceCount; + struct ALeffectslot *AuxiliaryEffectSlot; + ALuint AuxiliaryEffectSlotCount; + ALenum LastError; ALboolean InUse; |