mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-11-17 18:52:06 +00:00
chore: only one header per modman platform handler
This commit is contained in:
@@ -1,16 +1,15 @@
|
||||
#pragma once
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
#include "Web/Platform/Platform.h"
|
||||
|
||||
#include <optional>
|
||||
#ifdef PLATFORM_WINDOWS
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace PLATFORM_NAMESPACE_WINDOWS
|
||||
namespace utils
|
||||
{
|
||||
std::string WideStringToString(const std::wstring& wideString);
|
||||
std::wstring StringToWideString(const std::string& string);
|
||||
} // namespace PLATFORM_NAMESPACE_WINDOWS
|
||||
} // namespace utils
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user