mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-19 01:01:31 -07:00
9 lines
306 B
C
9 lines
306 B
C
#define STB_VORBIS_HEADER_ONLY
|
|
#include "../../stb/src/stb_vorbis.c" /* Enables Vorbis decoding. */
|
|
|
|
#define MINIAUDIO_IMPLEMENTATION
|
|
#include "miniaudio.h"
|
|
|
|
/* stb_vorbis implementation must come after the implementation of miniaudio. */
|
|
#undef STB_VORBIS_HEADER_ONLY
|
|
#include "../../stb/src/stb_vorbis.c" |