diff options
author | Chris Robinson <[email protected]> | 2015-10-22 10:46:36 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2015-10-22 10:46:36 -0700 |
commit | 6fc8cd3b29507b502b61a8a281c2bc5e042cad32 (patch) | |
tree | b5b0b3a9fddf6b9dd84b304e89a3deab48095870 /Alc/backends/base.h | |
parent | 6689c61ff474657109c5a73827b8733aba7dfd45 (diff) |
Convert the PortAudio backend to the new backend API
Diffstat (limited to 'Alc/backends/base.h')
-rw-r--r-- | Alc/backends/base.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/backends/base.h b/Alc/backends/base.h index cfbd79a7..f6b4b80a 100644 --- a/Alc/backends/base.h +++ b/Alc/backends/base.h @@ -128,6 +128,7 @@ ALCbackendFactory *ALCsolarisBackendFactory_getFactory(void); ALCbackendFactory *ALCmmdevBackendFactory_getFactory(void); ALCbackendFactory *ALCdsoundBackendFactory_getFactory(void); ALCbackendFactory *ALCwinmmBackendFactory_getFactory(void); +ALCbackendFactory *ALCportBackendFactory_getFactory(void); ALCbackendFactory *ALCnullBackendFactory_getFactory(void); ALCbackendFactory *ALCwaveBackendFactory_getFactory(void); ALCbackendFactory *ALCloopbackFactory_getFactory(void); |