8 lines
305 B
C++
8 lines
305 B
C++
// Isolated TU for the stb_vorbis implementation.
|
|
// jail_audio.cpp defines STB_VORBIS_HEADER_ONLY before including stb_vorbis.c
|
|
// (it only sees declarations there); this TU provides the definitions and
|
|
// the linker resolves them.
|
|
|
|
// NOLINTNEXTLINE(bugprone-suspicious-include)
|
|
#include "stb_vorbis.c"
|