Cogs.Foundation
Loading...
Searching...
No Matches
Unicode.h
Go to the documentation of this file.
1#pragma once
2
3#ifdef _WIN32
4
5#include "../FoundationBase.h"
6
7#include <string>
8
9namespace Cogs {
11 std::string COGSFOUNDATION_API narrow(std::wstring_view str);
12
14 std::wstring COGSFOUNDATION_API widen(std::string_view str);
15}
16
17#endif
#define COGSFOUNDATION_API
Definition: FoundationBase.h:31
Main Cogs namespace.
Definition: MortonCode.h:5