8 lines
188 B
C++
8 lines
188 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
#include "VersionInfoHandler.h"
|
|
|
|
UVersionInfoHandler* UVersionInfoHandler::Get()
|
|
{
|
|
return GetMutableDefault <UVersionInfoHandler>();
|
|
};
|