- #ifndef stb_vorbis_wrapper_h
- #define stb_vorbis_wrapper_h
- // This header exposes the stb_vorbis API to Swift via the bridging header.
- // stb_vorbis is public domain (https://github.com/nothings/stb)
- #define STB_VORBIS_HEADER_ONLY
- #include "stb_vorbis.c"
- #endif /* stb_vorbis_wrapper_h */
|