aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/base.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-09-08 06:46:20 -0700
committerChris Robinson <[email protected]>2014-09-08 06:46:20 -0700
commit9dacd89a02e94e6d15feac53a9184c0eecd6d06f (patch)
treed87bca3588f83681c71c1d3ac851d4f1278f443f /Alc/backends/base.h
parent2be33d8a771a77bbcdf5809ea980bc8586a4fe22 (diff)
Convert the winmm backend to the new backend 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 99556f3f..4ed3bfc9 100644
--- a/Alc/backends/base.h
+++ b/Alc/backends/base.h
@@ -125,6 +125,7 @@ ALCbackendFactory *ALCalsaBackendFactory_getFactory(void);
ALCbackendFactory *ALCossBackendFactory_getFactory(void);
ALCbackendFactory *ALCmmdevBackendFactory_getFactory(void);
ALCbackendFactory *ALCdsoundBackendFactory_getFactory(void);
+ALCbackendFactory *ALCwinmmBackendFactory_getFactory(void);
ALCbackendFactory *ALCnullBackendFactory_getFactory(void);
ALCbackendFactory *ALCwaveBackendFactory_getFactory(void);
ALCbackendFactory *ALCloopbackFactory_getFactory(void);