meganekko/Util.h
2014-10-23 16:57:27 +09:00

6 lines
120 B
C++

#pragma once
std::string wstrToUtf8(const std::wstring& str);
std::wstring utf8toWStr(const std::string& str);