diff options
author | Chris Robinson <[email protected]> | 2017-04-09 11:21:02 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-04-09 11:21:02 -0700 |
commit | 81527cdbddc52338f5fb3c8b79139bf9d9186d3a (patch) | |
tree | 17cc0f2e175d40e3d1fd9e29564560b1d60b3f8c /Alc/backends/base.h | |
parent | aef774a7a03485a645edc79ea292abe8c634b8e9 (diff) |
Convert the CoreAudio backend to the updated 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 4f398047..961a4d1a 100644 --- a/Alc/backends/base.h +++ b/Alc/backends/base.h @@ -137,6 +137,7 @@ static const struct ALCbackendFactoryVtable T##_ALCbackendFactory_vtable = { \ ALCbackendFactory *ALCpulseBackendFactory_getFactory(void); ALCbackendFactory *ALCalsaBackendFactory_getFactory(void); +ALCbackendFactory *ALCcoreAudioBackendFactory_getFactory(void); ALCbackendFactory *ALCossBackendFactory_getFactory(void); ALCbackendFactory *ALCjackBackendFactory_getFactory(void); ALCbackendFactory *ALCsolarisBackendFactory_getFactory(void); |