You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Fix GraphBenchmark shadow warnings #rb Neil.Henning, Jason.Weiler #preflight none [CL 24723829 by brandon schaefer in ue5-main branch]
9 lines
238 B
C++
9 lines
238 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "CoreMinimal.h"
|
|
#include "RequiredProgramMainCPPInclude.h" // required for ue programs
|
|
|
|
IMPLEMENT_APPLICATION(AutoRTFMTests, "AutoRTFMTests");
|
|
|
|
#include "catch_amalgamated.cpp"
|