Files
UnrealEngineUWP/Engine/Source/Developer/LowLevelTestsRunner/Private/TestMain.cpp
eric knapik 62ec32087f #jira:FORT-537062
Compiler fixup from CL: 23064620

[CL 23071989 by eric knapik in ue5-main branch]
2022-11-10 01:16:27 -05:00

8 lines
219 B
C++

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