Update the Xcode project and enable GME support on OS X.

Requires Game_Music_Emu.framework, which is included in the updated OS X SDK.
This commit is contained in:
Bill Meltsner
2012-08-18 11:56:42 -05:00
parent 53c357d3c5
commit b24e7ab64f
2 changed files with 18 additions and 2 deletions
+4
View File
@@ -27,7 +27,11 @@
#include "common/Data.h"
#include "Decoder.h"
#ifdef LOVE_MACOSX
#include <Game_Music_Emu/gme.h>
#else
#include <gme.h>
#endif
namespace love
{