1
0
mirror of https://github.com/ncblakely/GiantsTools synced 2024-11-25 07:35:36 +01:00
GiantsTools/ServerConsoleExample/Utils.h

6 lines
96 B
C
Raw Normal View History

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