updated to latest love-android revision (aada9b59bcdf)

This commit is contained in:
fysx
2014-01-20 10:09:26 +01:00
parent ab51b4cc9b
commit ba5f33f9aa
45 changed files with 1112 additions and 50480 deletions
+2
View File
@@ -31,6 +31,8 @@ std::string System::getOS() const
return "OS X";
#elif LOVE_WINDOWS
return "Windows";
#elif LOVE_ANDROID
return "Android";
#elif LOVE_LINUX
return "Linux";
#else