mirror of https://github.com/axmolengine/axmol.git
20 lines
784 B
C
20 lines
784 B
C
#ifndef __COCOS2DSIMPLEGAMEUNICODESCRIPT_STR_H__
|
|
#define __COCOS2DSIMPLEGAMEUNICODESCRIPT_STR_H__
|
|
|
|
|
|
#define AppName_Cocos2dSimpleGame__N \
|
|
"C\x00o\x00\x63\x00o\x00s\x00\x32\x00\x64\x00S\x00i\x00m\x00p\x00l\x00\x65\x00G\x00\x61\x00m\x00\x65\x00"
|
|
#define AppName_Cocos2dSimpleGame__C \
|
|
AppName_Cocos2dSimpleGame__N"\x00\x00"
|
|
#define AppName_Cocos2dSimpleGame \
|
|
((const unsigned short *)(AppName_Cocos2dSimpleGame__C))
|
|
#define AppName_Cocos2dSimpleGame__N16 \
|
|
0x0043,0x006f,0x0063,0x006f,0x0073,0x0032,0x0064,0x0053,0x0069,0x006d,0x0070,0x006c,0x0065,0x0047,0x0061,0x006d,0x0065
|
|
#define AppName_Cocos2dSimpleGame_16 \
|
|
{AppName_Cocos2dSimpleGame__N16,0x0000}
|
|
// Ôʼ´®ÐÅÏ¢£º
|
|
// Cocos2dSimpleGame
|
|
|
|
|
|
#endif //__COCOS2DSIMPLEGAMEUNICODESCRIPT_STR_H__
|