aboutsummaryrefslogtreecommitdiff
path: root/src/audio.c
diff options
context:
space:
mode:
authorraysan5 <raysan5@gmail.com>2015-05-11 18:22:16 +0200
committerraysan5 <raysan5@gmail.com>2015-05-11 18:22:16 +0200
commite25f1227c0dfde7ba5c69237a4bbfe1277841135 (patch)
tree64a5beedab8191b5c867228042be4cbd3a589d7f /src/audio.c
parent4e4b6bef21a3913e924ac83259cf00e18b17f780 (diff)
downloadraylib-e25f1227c0dfde7ba5c69237a4bbfe1277841135.tar.gz
raylib-e25f1227c0dfde7ba5c69237a4bbfe1277841135.zip
Updated stb headers
Diffstat (limited to 'src/audio.c')
-rw-r--r--src/audio.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/audio.c b/src/audio.c
index 0e07b8d0..2bed0a59 100644
--- a/src/audio.c
+++ b/src/audio.c
@@ -39,7 +39,8 @@
#include "utils.h" // rRES data decompression utility function
// NOTE: Includes Android fopen function map
-#include "stb_vorbis.h" // OGG loading functions
+#define STB_VORBIS_HEADER_ONLY
+#include "stb_vorbis.c" // OGG loading functions
//----------------------------------------------------------------------------------
// Defines and Macros