diff options
author | Chris Robinson <[email protected]> | 2014-04-19 22:54:21 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-04-19 22:54:21 -0700 |
commit | 32a2f958854a6d367c090e10d790743a0544e6f9 (patch) | |
tree | 9506ba89ac44d502f02912bc4603c83722fe27a6 /Alc/backends/base.h | |
parent | bb969c3cccae159049adc20b2e13a17556331aae (diff) |
Convert the DSound 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 d18ca400..31f46a1a 100644 --- a/Alc/backends/base.h +++ b/Alc/backends/base.h @@ -126,6 +126,7 @@ static const struct ALCbackendFactoryVtable T##_ALCbackendFactory_vtable = { \ ALCbackendFactory *ALCpulseBackendFactory_getFactory(void); ALCbackendFactory *ALCalsaBackendFactory_getFactory(void); ALCbackendFactory *ALCossBackendFactory_getFactory(void); +ALCbackendFactory *ALCdsoundBackendFactory_getFactory(void); ALCbackendFactory *ALCnullBackendFactory_getFactory(void); ALCbackendFactory *ALCloopbackFactory_getFactory(void); |