Files
UnrealEngineUWP/Engine/Source/Programs/Unsync/Private/UnsyncVersion.h
yuriy odonnell c65a2c0128 unsync - Add query http-get <url> command to easily issue use Horde and Unsync HTTP APIs
* Add extended error messages to various places

[CL 34701319 by yuriy odonnell in ue5-main branch]
2024-06-27 00:49:36 -04:00

15 lines
192 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "UnsyncCommon.h"
#define UNSYNC_VERSION_STR "1.0.81"
namespace unsync {
const std::string&
GetVersionString();
}