Files
UnrealEngineUWP/Engine/Source/Editor/GameProjectGeneration/Private/GameProjectGenerationPrivatePCH.h
2014-03-14 14:13:41 -04:00

17 lines
435 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 "GameProjectUtils.h"
#include "SProjectBrowser.h"
#include "SNewProjectWizard.h"
#include "SGameProjectDialog.h"
#include "SNewClassDialog.h"