DragonNest/Server/ServerCommon/KRAZ/StrToActozStr.h
2024-12-19 09:48:26 +08:00

7 lines
147 B
C++

#pragma once
#include <string>
using namespace std;
int StrToActozStr2(const char *_szInbuf, char *_szOutbuf); // 문자열을 Actoz 문자열로 변환.