d2tweaks-rnd2k/include/common/string_utils.h

8 lines
117 B
C
Raw Permalink Normal View History

2024-04-17 03:45:38 +00:00
#pragma once
#include <string>
namespace string_utils {
std::wstring string_to_wstring(const std::string& str);
}