Files
UnrealEngineUWP/Engine/Source/Runtime/Launch/Public/RequiredProgramMainCPPInclude.h
2022-09-09 13:19:19 -04:00

10 lines
253 B
C

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "CoreMinimal.h"
#include "LaunchEngineLoop.h"
// this is highly sketchy, but we need some stuff from launchengineloop.cpp
#include "Runtime/Launch/Private/LaunchEngineLoop.cpp"