Make LÖVE buildable (barely) with Megasource on Mac.

This commit is contained in:
rude
2016-07-14 16:29:45 +02:00
parent 7266fa4fc5
commit 64ee986984
2 changed files with 31 additions and 1 deletions
+5 -1
View File
@@ -25,7 +25,11 @@
#import <Foundation/Foundation.h>
#import <Cocoa/Cocoa.h>
#include <SDL2/SDL.h>
#ifdef LOVE_MACOSX_SDL_DIRECT_INCLUDE
# include <SDL.h>
#else
# include <SDL2/SDL.h>
#endif
namespace love
{