1
0
mirror of https://github.com/ncblakely/GiantsTools synced 2024-06-16 20:21:46 +02:00
GiantsTools/ServerConsoleExample/Utils.h
2020-08-26 23:19:09 -07:00

6 lines
96 B
C++

#pragma once
#include <string>
std::wstring to_wstring(const std::string_view& sourceString);