mirror of https://github.com/axmolengine/axmol.git
13 lines
177 B
Plaintext
13 lines
177 B
Plaintext
|
|
||
|
|
||
|
namespace cocos2d
|
||
|
{
|
||
|
|
||
|
void CCLuaLog(const char * pszFormat);
|
||
|
/**
|
||
|
@brief Pop out a message box
|
||
|
*/
|
||
|
void CCMessageBox(const char * pszMsg, const char * pszTitle);
|
||
|
|
||
|
}
|