Files
UnrealEngineUWP/Engine/Source/Developer/ImageWrapper/Private/ImageWrapperPrivatePCH.h
Ben Marsh 149375b14b Update copyright notices to 2015.
[CL 2379638 by Ben Marsh in Main branch]
2014-12-07 19:09:38 -05:00

38 lines
698 B
C

// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
#pragma once
#include "ImageWrapper.h"
/* Dependencies
*****************************************************************************/
#include "Core.h"
#include "ModuleManager.h"
/* Private includes
*****************************************************************************/
DECLARE_LOG_CATEGORY_EXTERN(LogImageWrapper, Log, All);
#include "ImageWrapperBase.h"
#if WITH_UNREALJPEG
#include "JpegImageWrapper.h"
#endif
#if WITH_UNREALPNG
#include "PngImageWrapper.h"
#endif
#if WITH_UNREALEXR
#include "ExrImageWrapper.h"
#endif
#include "BmpImageWrapper.h"
#include "IcoImageWrapper.h"
#include "IcnsImageWrapper.h"