aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alMain.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2011-08-30 17:32:49 -0700
committerChris Robinson <[email protected]>2011-08-30 17:32:49 -0700
commit7d577832cd6570480f31fc390ad079bbeeadc692 (patch)
tree9be532f347804bb73a46cc9226edfeab4a748695 /OpenAL32/Include/alMain.h
parentc4866afbe0d4a2b32ca6c409a0ce87f70ac1f693 (diff)
Add functions to retrieve the source from the source map while removing it
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r--OpenAL32/Include/alMain.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index 57eee33d..cd4b7174 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -343,6 +343,7 @@ void ResetUIntMap(UIntMap *map);
ALenum InsertUIntMapEntry(UIntMap *map, ALuint key, ALvoid *value);
void RemoveUIntMapKey(UIntMap *map, ALuint key);
ALvoid *LookupUIntMapKey(UIntMap *map, ALuint key);
+ALvoid *PopUIntMapValue(UIntMap *map, ALuint key);
static __inline void LockUIntMapRead(UIntMap *map)
{ ReadLock(&map->lock); }