Renamed OSX.mm/OSX.h to macosx.mm/macosx.h to match love's file naming conventions.

This commit is contained in:
Alex Szpakowski
2015-08-15 00:41:45 -03:00
parent db91a73d57
commit e44f20fdc6
9 changed files with 19 additions and 19 deletions
+2 -2
View File
@@ -27,9 +27,9 @@
#include <sys/stat.h>
#if defined(LOVE_MACOSX)
#include "common/OSX.h"
#include "common/macosx.h"
#elif defined(LOVE_IOS)
#include "common/iOS.h"
#include "common/ios.h"
#elif defined(LOVE_WINDOWS)
#include <windows.h>
#include "common/utf8.h"