mirror of
https://github.com/ncblakely/GiantsTools
synced 2024-11-21 21:55:38 +01:00
6 lines
96 B
C
6 lines
96 B
C
|
#pragma once
|
||
|
|
||
|
#include <string>
|
||
|
|
||
|
std::wstring to_wstring(const std::string_view& sourceString);
|