axmol/tools/tolua++/CCCommon.pkg

13 lines
177 B
Plaintext
Raw Normal View History

2011-06-14 14:31:25 +08:00
namespace cocos2d
{
void CCLuaLog(const char * pszFormat);
/**
@brief Pop out a message box
*/
void CCMessageBox(const char * pszMsg, const char * pszTitle);
}