diff options
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 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; |