#include "CCPlatformMacros.h"
Namespaces | |
cocos2d | |
Constant Groups | |
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... | |
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... | |
var | ( var pszMsg, var pszTitle) |
Pop out a message box. More... | |
local | ( local pszMsg, local pszTitle) |
Pop out a message box. More... | |