Merge pull request #5653 from RobLoach/patch-19
Clean up deps file includes in audio_mixer.h
This commit is contained in:
commit
a0dde6ea48
|
@ -44,11 +44,11 @@
|
||||||
#define STB_VORBIS_NO_STDIO
|
#define STB_VORBIS_NO_STDIO
|
||||||
#define STB_VORBIS_NO_CRT
|
#define STB_VORBIS_NO_CRT
|
||||||
|
|
||||||
#include "../../deps/stb/stb_vorbis.h"
|
#include "stb/stb_vorbis.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_IBXM
|
#ifdef HAVE_IBXM
|
||||||
#include "../../deps/ibxm/ibxm.h"
|
#include "ibxm/ibxm.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define AUDIO_MIXER_MAX_VOICES 8
|
#define AUDIO_MIXER_MAX_VOICES 8
|
||||||
|
|
Loading…
Reference in New Issue