// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; public class InputCore : ModuleRules { public InputCore(TargetInfo Target) { PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject" }); } }