mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 16:18:52 +00:00
Begin adding vendor:miniaudio
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
#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"
|
||||
Reference in New Issue
Block a user