LeviLamina
Loading...
Searching...
No Matches
port.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace port {
6// functions
7// NOLINTBEGIN
8MCAPI ::std::wstring toFilePath(::std::string const& string);
9// NOLINTEND
10
11} // namespace port