diff options
author | Chris Robinson <[email protected]> | 2011-09-10 02:43:07 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-09-10 02:43:07 -0700 |
commit | e8c9da012419f4fecd1a81463efd2d1f54d20b7f (patch) | |
tree | f9a59bfd2bb64c4e80b8969801d276d2ffb59f5e /OpenAL32 | |
parent | 18cf6e3210a2427082c84b58e840565ca246fecb (diff) |
Add some reference counting to the device
Diffstat (limited to 'OpenAL32')
-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 5775e19b..4e31579f 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -513,6 +513,8 @@ extern const struct EffectList { struct ALCdevice_struct { + volatile RefCount ref; + ALCboolean Connected; ALboolean IsCaptureDevice; ALboolean IsLoopbackDevice; |