Moved Mac-specific code from platform/macosx/ to src/common/

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2015-02-15 23:44:35 -04:00
parent 976deb0b74
commit 606f077e5d
6 changed files with 26 additions and 14 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ extern "C" {
#endif // LOVE_WINDOWS
#ifdef LOVE_MACOSX
#include "OSX.h"
#include "common/OSX.h"
#endif // LOVE_MACOSX
#ifdef LOVE_WINDOWS