cocos2d-x  3.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
CCCommon.h File Reference

Namespaces

 cocos2d
 Add deprecated global functions and variables here.
 

Enumerations

enum  LanguageType {
  ENGLISH = 0, CHINESE, FRENCH, ITALIAN,
  GERMAN, SPANISH, DUTCH, RUSSIAN,
  KOREAN, JAPANESE, HUNGARIAN, PORTUGUESE,
  ARABIC, NORWEGIAN, POLISH, TURKISH,
  UKRAINIAN
}
 Enum the language type supported now. More...
 

Functions

void CC_DLL  (const char *format)
 lua can not deal with ... More...
 
void CC_DLL  (const char *msg, const char *title)
 Pop out a message box. More...
 
var  ( var msg, var title)
 Pop out a message box. More...
 
local  ( local msg, local title)
 Pop out a message box. More...