From ea76b6988ccafaa6a4d4ed90f2489d0e49e1f180 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Sat, 5 Sep 2015 09:32:30 -0400 Subject: Imported Upstream version 0.40.24 --- g_src/music_and_sound_g.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 g_src/music_and_sound_g.h (limited to 'g_src/music_and_sound_g.h') diff --git a/g_src/music_and_sound_g.h b/g_src/music_and_sound_g.h new file mode 100755 index 0000000..dc9acb0 --- /dev/null +++ b/g_src/music_and_sound_g.h @@ -0,0 +1,13 @@ +#ifndef MUSIC_AND_SOUND_G +#define MUSIC_AND_SOUND_G + +// Fmodex works well enough on windows/os x, but on some linux distributions it fails badly +#if defined(linux) +#include "music_and_sound_openal.h" +#else +#include "music_and_sound_fmodex.h" +#endif // unix + +extern musicsoundst musicsound; + +#endif -- cgit v1.2.3