aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/base.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-08-24 22:20:02 -0700
committerChris Robinson <[email protected]>2014-08-24 22:20:02 -0700
commita3bba200c09b37235c878e8696dc50112eca95d0 (patch)
tree486f3767b955c4d24b305e7afd9eeefbdd5b4b13 /Alc/backends/base.h
parent4f7b3f0c381ea30cefc8fc992820ed3d62cbabb5 (diff)
Convert the wave writer 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 5573c178..99556f3f 100644
--- a/Alc/backends/base.h
+++ b/Alc/backends/base.h
@@ -126,6 +126,7 @@ ALCbackendFactory *ALCossBackendFactory_getFactory(void);
ALCbackendFactory *ALCmmdevBackendFactory_getFactory(void);
ALCbackendFactory *ALCdsoundBackendFactory_getFactory(void);
ALCbackendFactory *ALCnullBackendFactory_getFactory(void);
+ALCbackendFactory *ALCwaveBackendFactory_getFactory(void);
ALCbackendFactory *ALCloopbackFactory_getFactory(void);
ALCbackend *create_backend_wrapper(ALCdevice *device, const BackendFuncs *funcs, ALCbackend_Type type);