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
@@ -47,7 +47,7 @@
#endif
#ifdef LOVE_IOS
# include "common/iOS.h"
# include "common/ios.h"
#endif
#include <string>