Files
UnrealEngineUWP/Engine/Source/Developer/CollectionManager/Private/CollectionManagerPrivatePCH.h

11 lines
243 B
C
Raw Normal View History

// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
#pragma once
#include "Core.h"
DECLARE_LOG_CATEGORY_EXTERN(LogCollectionManager, Log, All);
#include "ICollectionManager.h"
#include "Collection.h"
#include "CollectionManager.h"