Renamed iOS.mm and iOS.h to ios.mm and ios.h, to match the naming conventions of other files.

This commit is contained in:
Alex Szpakowski
2015-08-27 18:46:04 -03:00
parent e979455772
commit d3d970b925
6 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
#if defined(LOVE_MACOSX)
#include <CoreServices/CoreServices.h>
#elif defined(LOVE_IOS)
#include "common/iOS.h"
#include "common/ios.h"
#elif defined(LOVE_ANDROID)
#include "common/android.h"
#elif defined(LOVE_LINUX)