Merge pull request #5653 from RobLoach/patch-19

Clean up deps file includes in audio_mixer.h
This commit is contained in:
Twinaphex 2017-11-05 01:13:07 +01:00 committed by GitHub
commit a0dde6ea48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,11 +44,11 @@
#define STB_VORBIS_NO_STDIO
#define STB_VORBIS_NO_CRT
#include "../../deps/stb/stb_vorbis.h"
#include "stb/stb_vorbis.h"
#endif
#ifdef HAVE_IBXM
#include "../../deps/ibxm/ibxm.h"
#include "ibxm/ibxm.h"
#endif
#define AUDIO_MIXER_MAX_VOICES 8