1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-04 05:23:34 +00:00

Disable stb_vorbis stdio functions;

This commit is contained in:
bjorn 2018-06-17 02:15:36 -07:00
parent f976b47b2d
commit 8217cb4abd

View file

@ -1,4 +1,5 @@
#define STB_VORBIS_NO_PUSHDATA_API #define STB_VORBIS_NO_PUSHDATA_API
#define STB_VORBIS_NO_STDIO
////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////
// //