diff options
| author | raysan5 <raysan5@gmail.com> | 2015-05-21 14:13:51 +0200 |
|---|---|---|
| committer | raysan5 <raysan5@gmail.com> | 2015-05-21 14:13:51 +0200 |
| commit | fd851d1d8b4919d802bcc5041f9a9ff37669d159 (patch) | |
| tree | 875c5d4dd13eae08098cba24950359c80b94e729 /src/audio.c | |
| parent | 9e450df053c9b6f13a89553d65425c350d4399dd (diff) | |
| download | raylib-fd851d1d8b4919d802bcc5041f9a9ff37669d159.tar.gz raylib-fd851d1d8b4919d802bcc5041f9a9ff37669d159.zip | |
Improved custom shaders support
Corrected issues with textures loading
Diffstat (limited to 'src/audio.c')
| -rw-r--r-- | src/audio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/audio.c b/src/audio.c index 2bed0a59..9653c091 100644 --- a/src/audio.c +++ b/src/audio.c @@ -39,8 +39,8 @@ #include "utils.h" // rRES data decompression utility function // NOTE: Includes Android fopen function map -#define STB_VORBIS_HEADER_ONLY -#include "stb_vorbis.c" // OGG loading functions +//#define STB_VORBIS_HEADER_ONLY +#include "stb_vorbis.h" // OGG loading functions //---------------------------------------------------------------------------------- // Defines and Macros |
