aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/base.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-04-19 22:54:21 -0700
committerChris Robinson <[email protected]>2014-04-19 22:54:21 -0700
commit32a2f958854a6d367c090e10d790743a0544e6f9 (patch)
tree9506ba89ac44d502f02912bc4603c83722fe27a6 /Alc/backends/base.h
parentbb969c3cccae159049adc20b2e13a17556331aae (diff)
Convert the DSound backend to the new API
Diffstat (limited to 'Alc/backends/base.h')
-rw-r--r--Alc/backends/base.h1
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);