Files
UnrealEngineUWP/Engine/Source/Programs/BuildPatchTool/Public/ToolModes/CompactifyMode.h
Alex Fennell 1b2dd61304 Merging \\UE4\Portal-Staging to \\UE4\Main
#lockdown nick.penwarden
#RB none
#codereview justin.sargent

[CL 3033489 by Alex Fennell in Main branch]
2016-06-29 18:00:01 -04:00

14 lines
266 B
C++

// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved.
#pragma once
#include "ToolMode.h"
namespace BuildPatchTool
{
class FCompactifyToolModeFactory
{
public:
static IToolModeRef Create(const TSharedRef<IBuildPatchServicesModule>& BpsInterface);
};
}