Files
UnrealEngineUWP/Engine/Source/Developer/Windows/WindowsTargetPlatform/Private/WindowsTargetPlatformClasses.cpp

17 lines
625 B
C++
Raw Normal View History

// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved.
/*=============================================================================
WindowsTargetPlatformClasses.cpp: Implements the module's UClasses.
=============================================================================*/
#include "WindowsTargetPlatformPrivatePCH.h"
#include "WindowsTargetPlatform.generated.inl"
/* UWindowsTargetSettings structors
*****************************************************************************/
UWindowsTargetSettings::UWindowsTargetSettings( const class FPostConstructInitializeProperties& PCIP )
: Super(PCIP)
{ }