Merge pull request #1956 from minggo/iss1689-add-CCLuaObjcBridge

Iss1689 add cc lua objc bridge
This commit is contained in:
minggo 2013-02-04 00:20:18 -08:00
commit 3953434678
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ void CCLog(const char * pszFormat, ...)
void CCLuaLog(const char * pszFormat)
{
puts("%s", pszFormat);
puts(pszFormat);
}
// ios no MessageBox, use CCLog instead