aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/base.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-03-17 10:54:27 -0700
committerChris Robinson <[email protected]>2014-03-17 10:54:27 -0700
commitdc744730252fda782fd8534d874dec63ed35695b (patch)
tree77f210c77b6d3b2aa6a9c3a2145fd300bea49d23 /Alc/backends/base.h
parentd3460381023736746cbaeab9e762c212c3364d4f (diff)
Store the old-style backend funcs in the wrapper
Diffstat (limited to 'Alc/backends/base.h')
-rw-r--r--Alc/backends/base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/backends/base.h b/Alc/backends/base.h
index 1bbc1fb0..003a3692 100644
--- a/Alc/backends/base.h
+++ b/Alc/backends/base.h
@@ -128,6 +128,6 @@ ALCbackendFactory *ALCossBackendFactory_getFactory(void);
ALCbackendFactory *ALCnullBackendFactory_getFactory(void);
ALCbackendFactory *ALCloopbackFactory_getFactory(void);
-ALCbackend *create_backend_wrapper(ALCdevice *device, ALCbackend_Type type);
+ALCbackend *create_backend_wrapper(ALCdevice *device, const BackendFuncs *funcs, ALCbackend_Type type);
#endif /* AL_BACKENDS_BASE_H */