The iOS game list screen now also displays folders that contain main.lua.

This commit is contained in:
Alex Szpakowski
2015-08-15 23:57:04 -03:00
parent e44f20fdc6
commit 9a1c4ad565
6 changed files with 23 additions and 10 deletions
+2 -2
View File
@@ -29,7 +29,7 @@
namespace love
{
namespace osx
namespace macosx
{
/**
@@ -55,7 +55,7 @@ std::string getExecutablePath();
**/
void requestAttention(bool continuous);
} // osx
} // macosx
} // love
#endif // LOVE_MACOSX