mirror of https://github.com/axmolengine/axmol.git
20 lines
628 B
C
20 lines
628 B
C
|
#ifndef __TEST_SPRITEUNICODESCRIPT_STR_H__
|
|||
|
#define __TEST_SPRITEUNICODESCRIPT_STR_H__
|
|||
|
|
|||
|
|
|||
|
#define AppName_test_sprite__N \
|
|||
|
"t\x00\x65\x00s\x00t\x00_\x00s\x00p\x00r\x00i\x00t\x00\x65\x00"
|
|||
|
#define AppName_test_sprite__C \
|
|||
|
AppName_test_sprite__N"\x00\x00"
|
|||
|
#define AppName_test_sprite \
|
|||
|
((const unsigned short *)(AppName_test_sprite__C))
|
|||
|
#define AppName_test_sprite__N16 \
|
|||
|
0x0074,0x0065,0x0073,0x0074,0x005f,0x0073,0x0070,0x0072,0x0069,0x0074,0x0065
|
|||
|
#define AppName_test_sprite_16 \
|
|||
|
{AppName_test_sprite__N16,0x0000}
|
|||
|
// ԭʼ<D4AD><CABC><EFBFBD><EFBFBD>Ϣ<EFBFBD><CFA2>
|
|||
|
// test_sprite
|
|||
|
|
|||
|
|
|||
|
#endif //__TEST_SPRITEUNICODESCRIPT_STR_H__
|