mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-10-22 06:16:01 +00:00
feat: add dialog handler for ModMan
This commit is contained in:
16
src/ModMan/Web/Platform/Windows/PlatformUtilsWindows.h
Normal file
16
src/ModMan/Web/Platform/Windows/PlatformUtilsWindows.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
#include "Web/Platform/Platform.h"
|
||||
|
||||
#include <optional>
|
||||
#include <string>
|
||||
|
||||
namespace PLATFORM_NAMESPACE_WINDOWS
|
||||
{
|
||||
std::string WideStringToString(const std::wstring& wideString);
|
||||
std::wstring StringToWideString(const std::string& string);
|
||||
} // namespace PLATFORM_NAMESPACE_WINDOWS
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user