diff options
author | Chris Robinson <[email protected]> | 2012-09-14 03:10:12 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-09-14 03:10:12 -0700 |
commit | 74aee374a646aec1b1ebe40f9efbae692e9720d6 (patch) | |
tree | f522e65e2bfe667d70d0d48ce5c68f32a43dba58 /OpenAL32/Include/alMain.h | |
parent | 4f70766b954b72d310fbe53db6d2331e4f0aeebe (diff) |
Remove an unused header
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r-- | OpenAL32/Include/alMain.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index e68975b1..af71a615 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -755,6 +755,7 @@ struct ALCcontext_struct #define RemoveSource(m, k) ((struct ALsource*)RemoveUIntMapKey(&(m)->SourceMap, (k))) #define RemoveEffectSlot(m, k) ((struct ALeffectslot*)RemoveUIntMapKey(&(m)->EffectSlotMap, (k))) + ALCcontext *GetContextRef(void); void ALCcontext_IncRef(ALCcontext *context); |