Just™ Game Engine
helpers.hpp
Go to the documentation of this file.
1/*
2 * Copyright (C) 2022 Konstanty Misiak
3 *
4 * SPDX-License-Identifier: MIT
5 */
6
7#pragma once
8
9namespace jng {
10
11 //std::string wstringToString(const std::wstring& wideString);
12 std::wstring stringToWstring(const std::string& wideString);
13
14} // namespace jng
Definition: base.hpp:11
std::wstring stringToWstring(const std::string &string)
Definition: helpers.cpp:18