mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 09:14:04 +02:00
Add getter functions for backend vtables.
This commit is contained in:
@@ -609,4 +609,9 @@ ma_decoding_backend_vtable* ma_decoding_backend_libvorbis = &ma_gDecodingBackend
|
||||
ma_decoding_backend_vtable* ma_decoding_backend_libvorbis = NULL;
|
||||
#endif
|
||||
|
||||
MA_API ma_decoding_backend_vtable* ma_libvorbis_get_vtable(void)
|
||||
{
|
||||
return ma_decoding_backend_libvorbis;
|
||||
}
|
||||
|
||||
#endif /* miniaudio_libvorbis_c */
|
||||
|
||||
Reference in New Issue
Block a user