RingRacers/thirdparty/stb_vorbis/include/stb_vorbis.h
Eidolon 9806df5883 cmake: Add stb-vorbis
This is a lightweight single-file Ogg Vorbis decoder which will be used
for Ogg playback instead of libogg/libvorbis.
2023-01-04 16:51:12 -06:00

2 lines
58 B
C

#define STB_VORBIS_HEADER_ONLY
#include "../stb_vorbis.c"