Files
UnrealEngineUWP/Engine/Source/Developer/CollectionManager/Private/CollectionManagerPrivatePCH.h
2014-03-14 14:13:41 -04:00

11 lines
243 B
C

// Copyright 1998-2014 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"