add vorbis

This commit is contained in:
Nishi 2026-01-27 16:08:41 +09:00
commit feb686e155
Signed by: nishi
GPG key ID: 27EF69B208EB9343
14 changed files with 5882 additions and 26 deletions

5584
engine/external/stb/stb_vorbis.c generated vendored Normal file

File diff suppressed because it is too large Load diff

4
engine/external/stb/stb_vorbis.h generated vendored Normal file
View file

@ -0,0 +1,4 @@
#ifndef STB_VORBIS_IMPLEMENTATION
#define STB_VORBIS_HEADER_ONLY
#endif
#include "stb_vorbis.c"