Files
UnrealEngineUWP/Engine/Source/Programs/UnrealHeaderTool/Public/UnrealHeaderTool.h

13 lines
286 B
C

// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved.
#ifndef __UnrealHeaderTool_h__
#define __UnrealHeaderTool_h__
#include "Core.h"
#include "CoreUObject.h"
#include "CompilationResult.h"
DECLARE_LOG_CATEGORY_EXTERN(LogCompile, Log, All);
#endif // __UnrealHeaderTool_h__