diff options
author | Chris Robinson <[email protected]> | 2015-05-17 03:12:34 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2015-05-17 04:18:38 -0700 |
commit | 9479ea656bd4c7d3059b63405237829296776c10 (patch) | |
tree | a6e3082b3e65de5528641630f24fecc311a7180b /Alc/backends/base.h | |
parent | 3058205963ee3293341bc7d92061fa18ccae4df8 (diff) |
Convert the solaris backend to the new 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 1423268a..cfbd79a7 100644 --- a/Alc/backends/base.h +++ b/Alc/backends/base.h @@ -124,6 +124,7 @@ ALCbackendFactory *ALCpulseBackendFactory_getFactory(void); ALCbackendFactory *ALCalsaBackendFactory_getFactory(void); ALCbackendFactory *ALCossBackendFactory_getFactory(void); ALCbackendFactory *ALCjackBackendFactory_getFactory(void); +ALCbackendFactory *ALCsolarisBackendFactory_getFactory(void); ALCbackendFactory *ALCmmdevBackendFactory_getFactory(void); ALCbackendFactory *ALCdsoundBackendFactory_getFactory(void); ALCbackendFactory *ALCwinmmBackendFactory_getFactory(void); |