ZduneX25
Horrors fan :)
Global Moderator
Lord of the mod
Karma: 267
Offline
Posts: 3063
I've missed something
|
|
« Reply #22 on: August 28, 2009, 08:54:10 am » |
|
NumBasis_v1.0_SRC static const WCHAR detail[] = {0x8BE6,0x60C5,0};// Details static const WCHAR delete_oneline1[] = {0x5220,0x9664,0x8BE5,0x884C,0};//delete this line static const WCHAR add_oneline1[] = {0x589E,0x52A0,0x4E00,0x884C,0};//add one line static const WCHAR about[] = {0x5173,0x4E8E,0};//about
ConfigEditorV1.1_SRC const WCHAR detail[] = {0x8BE6,0x60C5,0};// Details const WCHAR ClearData[] = {0x6E05,0x9664,0};//delete const WCHAR about[] = {0x5173,0x4E8E,0};//about const WCHAR ten[] = {'1','0',0x8FDB,0x5236,0};//DEC const WCHAR sixteen[] = {'1','6',0x8FDB,0x5236,0};//HEX const WCHAR two[] = {'2',0x8FDB,0x5236,0};///2 binary const WCHAR eight[] = {'8',0x8FDB,0x5236,0};///2 binary const WCHAR elfname[] = {0x8FDB,0x5236,0x8F6C,0x6362,0x5668,0};//Hex converter const WCHAR input[] = {0x8F93,0x5165,0};//Input const WCHAR number[] = {0x6570,0};//Number
|