cocos2d-x  2.2.3-gd2.113-rev1ec524e
Loading...
Searching...
No Matches
Platform Adaptor

NA NA. More...

Classes

class  CCApplicationProtocol
 
class  CCEGLViewProtocol
 
class  CCFileUtils
 Helper class to handle file operations. More...
 
class  CCImage
 
class  CCSAXDelegator
 NA NA. More...
 
class  CCSAXParser
 NA NA. More...
 
class  CCThread
 
struct  cc_timeval
 
class  CCTime
 
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 , kLanguageDutch , kLanguageRussian ,
  kLanguageKorean , kLanguageJapanese , kLanguageHungarian , kLanguagePortuguese ,
  kLanguageArabic
}
 Enum the language type supported now. More...
 

Functions

void CC_DLL CCLog (const char *pszFormat,...)
 Output Debug message. More...
 
void CC_DLL CCLuaLog (const char *pszFormat)
 lua can not deal with ... More...
 
void CC_DLL CCMessageBox (const char *pszMsg, const char *pszTitle)
 Pop out a message box. More...
 

Detailed Description

NA NA.

NA.

Typedef Documentation

◆ CC_XML_CHAR

typedef unsigned char CC_XML_CHAR

Enumeration Type Documentation

◆ ccLanguageType

Enum the language type supported now.

Enumerator
kLanguageEnglish 
kLanguageChinese 
kLanguageFrench 
kLanguageItalian 
kLanguageGerman 
kLanguageSpanish 
kLanguageDutch 
kLanguageRussian 
kLanguageKorean 
kLanguageJapanese 
kLanguageHungarian 
kLanguagePortuguese 
kLanguageArabic 

Function Documentation

◆ CCLog()

void CC_DLL CCLog ( const char *  pszFormat,
  ... 
)

Output Debug message.

◆ CCLuaLog()

void CC_DLL CCLuaLog ( const char *  pszFormat)

lua can not deal with ...

◆ CCMessageBox()

void CC_DLL CCMessageBox ( const char *  pszMsg,
const char *  pszTitle 
)

Pop out a message box.