Files
UnrealEngineUWP/Engine/Source/Runtime/EngineSettings/Private/EngineSettingsPrivatePCH.h
2014-03-14 14:13:41 -04:00

25 lines
657 B
C

// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved.
/*=============================================================================
EngineSettingsPrivatePCH.h: Pre-compiled header file for the EngineSettings module.
=============================================================================*/
#ifndef ENGINESETTINGS_PRIVATEPCH_H
#define ENGINESETTINGS_PRIVATEPCH_H
#include "../Public/EngineSettings.h"
/* Dependencies
*****************************************************************************/
#include "ModuleManager.h"
/* Private includes
*****************************************************************************/
#endif