cocos2d-x  2.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
CCCommon.h File Reference
#include "CCPlatformMacros.h"

Namespaces

 cocos2d
 

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  (const char *pszFormat,...)
 Output Debug message. More...
 
var  ( var pszFormat)
 Output Debug message. More...
 
local  ( local pszFormat)
 Output Debug message. More...
 
void CC_DLL  (const char *pszFormat)
 lua can not deal with ... More...
 
var  ( var pszFormat)
 lua can not deal with ... More...
 
local  ( local pszFormat)
 lua can not deal with ... More...
 
void CC_DLL  (const char *pszMsg, const char *pszTitle)
 Pop out a message box. More...
 
var  ( var pszMsg, var pszTitle)
 Pop out a message box. More...
 
local  ( local pszMsg, local pszTitle)
 Pop out a message box. More...