Files
UnrealEngineUWP/Engine/Source/Editor/TaskBrowser/Private/TaskBrowserPrivatePCH.h
2014-03-14 14:13:41 -04:00

13 lines
315 B
C

// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved.
#ifndef __TaskBrowserPrivatePCH_h__
#define __TaskBrowserPrivatePCH_h__
#include "UnrealEd.h"
#include "TaskBrowserModule.h"
// @todo: TestTrack API needs implementation (see P4 history)
#define WITH_TESTTRACK 0
#endif // __TaskBrowserPrivatePCH_h__