Files
UnrealEngineUWP/Engine/Source/Developer/LowLevelTestsRunner/Private/TestMain.cpp

8 lines
219 B
C++
Raw Normal View History

// Copyright Epic Games, Inc. All Rights Reserved.
#include "RequiredProgramMainCPPInclude.h"
TCHAR GInternalProjectName[64] = TEXT("LowLevelTests");
const TCHAR* GForeignEngineDir = nullptr;
FEngineLoop GEngineLoop;