Files
UnrealEngineUWP/Engine/Source/Developer/Mac/MacServerTargetPlatform/Private/MacServerTargetPlatformPrivatePCH.h

27 lines
802 B
C
Raw Normal View History

// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved.
/*=============================================================================
MacServerTargetPlatformPrivatePCH.h: Pre-compiled header file for the MacServerTargetPlatform module.
=============================================================================*/
#pragma once
/* Dependencies
*****************************************************************************/
#include "Core.h"
#include "ModuleManager.h"
#include "MacPlatformProperties.h"
#if WITH_ENGINE
#include "Engine.h"
#include "TextureCompressorModule.h"
#endif
#include "TargetPlatform.h"
#include "LocalMacTargetDevice.h"
#include "GenericMacTargetPlatform.h"
/* Private includes
*****************************************************************************/