Files
UnrealEngineUWP/Engine/Source/Developer/TargetPlatform/Public/TargetPlatform.h
2014-03-14 14:13:41 -04:00

43 lines
1.0 KiB
C

// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved.
/*=============================================================================
TargetPlatform.h: TargetPlatform module public header file.
=============================================================================*/
#pragma once
/* Dependencies
*****************************************************************************/
#include "ModuleManager.h"
/* Interfaces
*****************************************************************************/
#include "TargetDeviceId.h"
#include "ITargetDevice.h"
#include "ITargetPlatform.h"
#include "ITargetPlatformModule.h"
#include "ITargetPlatformManagerModule.h"
#include "IAudioFormat.h"
#include "IAudioFormatModule.h"
#include "IPhysXFormat.h"
#include "IPhysXFormatModule.h"
#include "IShaderFormat.h"
#include "IShaderFormatModule.h"
#include "ITextureFormat.h"
#include "ITextureFormatModule.h"
/* Common
*****************************************************************************/
#include "TargetPlatformBase.h"