diff options
Diffstat (limited to 'OpenAL32/Include')
-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 d1acfc11..bd3b00be 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -216,6 +216,8 @@ struct ALCcontext_struct ALCcontext *next; }; +ALCvoid ReleaseALC(ALCvoid); + ALCchar *AppendDeviceList(char *name); ALCchar *AppendAllDeviceList(char *name); ALCchar *AppendCaptureDeviceList(char *name); |