5 lines
184 B
C++
5 lines
184 B
C++
// this string literal should be converted
|
|
chA->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("이거 지금은 안쓴데"));
|
|
// this line should stay untouched
|
|
DWORD dwOppList[8]; // 이거 지금은 안쓴데
|