Classes | |
class | CCFileUtilsAndroid |
Helper class to handle file operations. More... | |
class | CCFileUtilsBlackberry |
Helper class to handle file operations. More... | |
class | CCApplicationProtocol |
class | CCEGLViewProtocol |
class | CCFileUtils |
Helper class to handle file operations. More... | |
class | CCImage |
class | CCSAXDelegator |
class | CCSAXParser |
class | CCThread |
class | CCFileUtilsEmscripten |
Helper class to handle file operations. More... | |
class | CCFileUtilsIOS |
Helper class to handle file operations. More... | |
class | CCFileUtilsLinux |
Helper class to handle file operations. More... | |
class | CCFileUtilsMac |
Helper class to handle file operations. More... | |
class | CCFileUtilsMarmalade |
Helper class to handle file operations. More... | |
class | CCFileUtilsNaCl |
Helper class to handle file operations. More... | |
struct | cc_timeval |
class | CCTime |
class | CCFileUtilsTizen |
Helper class to handle file operations. More... | |
class | CCFileUtilsWin32 |
Helper class to handle file operations. More... | |
class | CCFileUtilsWinRT |
Helper class to handle file operations. More... | |
Typedefs | |
typedef unsigned char | CC_XML_CHAR |
Enumerations | |
enum | ccLanguageType { kLanguageEnglish = 0, kLanguageChinese, kLanguageFrench, kLanguageItalian, kLanguageGerman, kLanguageSpanish, kLanguageRussian, kLanguageKorean, kLanguageJapanese, kLanguageHungarian, kLanguagePortuguese, kLanguageArabic } |
Enum the language type supported now. More... | |
Functions | |
void CC_DLL | (const char *pszFormat,...) |
Output Debug message. More... | |
void CC_DLL | (const char *pszFormat) |
lua can not deal with ... More... | |
void CC_DLL | (const char *pszMsg, const char *pszTitle) |
Pop out a message box. More... | |
typedef unsigned char CC_XML_CHAR |
enum ccLanguageType |
void CC_DLL cocos2d::CCLog | ( | const char * | pszFormat, |
... | |||
) |
Output Debug message.
void CC_DLL cocos2d::CCLuaLog | ( | const char * | pszFormat) |
lua can not deal with ...
void CC_DLL cocos2d::CCMessageBox | ( | const char * | pszMsg, |
const char * | pszTitle | ||
) |
Pop out a message box.