diff options
author | Chris Robinson <[email protected]> | 2013-10-28 12:30:57 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2013-10-28 12:30:57 -0700 |
commit | 20bcb68ad6439bebc35bd9bb941916ad151cb690 (patch) | |
tree | e9dba9efaa2089410ad6c1b04c449982f2b3ce2c /Alc/backends/base.h | |
parent | 0617df9b5f6dd2b01d248edd0b4ad989d1c343f8 (diff) |
Move ALCbackend base stuff to a separate file
Diffstat (limited to 'Alc/backends/base.h')
-rw-r--r-- | Alc/backends/base.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Alc/backends/base.h b/Alc/backends/base.h index 22602b23..a118c82e 100644 --- a/Alc/backends/base.h +++ b/Alc/backends/base.h @@ -122,4 +122,6 @@ static const struct ALCbackendFactoryVtable T##_ALCbackendFactory_vtable = { \ ALCbackendFactory *ALCnullBackendFactory_getFactory(void); +ALCbackend *create_backend_wrapper(ALCdevice *device); + #endif /* AL_BACKENDS_BASE_H */ |