stb_vorbis_wrapper.h 291 B

12345678910
  1. #ifndef stb_vorbis_wrapper_h
  2. #define stb_vorbis_wrapper_h
  3. // This header exposes the stb_vorbis API to Swift via the bridging header.
  4. // stb_vorbis is public domain (https://github.com/nothings/stb)
  5. #define STB_VORBIS_HEADER_ONLY
  6. #include "stb_vorbis.c"
  7. #endif /* stb_vorbis_wrapper_h */