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