Files
yuriy odonnell b247041845 unsync - Implement support for overlays when syncing from Horde
[CL 34948454 by yuriy odonnell in ue5-main branch]
2024-07-19 18:21:08 -04:00

13 lines
155 B
C++

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