#pragma once #include #include "StarString.hpp" namespace Star { String utf16ToString(WCHAR const* s); unique_ptr stringToUtf16(String const& s); }