Files
UnrealEngineUWP/Engine/Source/Editor/GameProjectGeneration/Private/GameProjectGenerationPrivatePCH.h
Marc Audy 9125161195 Fix non-unity
[CL 2327527 by Marc Audy in Main branch]
2014-10-13 14:52:57 -04:00

18 lines
476 B
C

// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved.
#pragma once
#include "UnrealEd.h"
#include "EngineSettings.h"
#include "Projects.h"
#include "TextFilter.h"
DECLARE_LOG_CATEGORY_EXTERN(LogGameProjectGeneration, Verbose, All);
#include "GameProjectGenerationClasses.h"
#include "GameProjectGenerationModule.h"
#include "GameProjectUtils.h"
#include "SProjectBrowser.h"
#include "SNewProjectWizard.h"
#include "SGameProjectDialog.h"
#include "SNewClassDialog.h"