1
0
mirror of https://gitlab.com/hashborgir/d2tweaks-rnd2k.git synced 2025-04-30 08:05:33 +00:00
2024-04-16 21:45:38 -06:00

8 lines
117 B
C++

#pragma once
#include <string>
namespace string_utils {
std::wstring string_to_wstring(const std::string& str);
}