Files
UnrealEngine/Engine/Source/Programs/CrashReportClient/Public/CrashReportClientApp.h
2025-05-18 13:04:45 +08:00

18 lines
393 B
C

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
// Pre-compiled header includes
#include "CoreMinimal.h"
#include "Logging/LogMacros.h"
#include "CrashReportCoreConfig.h"
#if !CRASH_REPORT_UNATTENDED_ONLY
#include "StandaloneRenderer.h"
#endif // CRASH_REPORT_UNATTENDED_ONLY
/**
* Run the crash report client app
*/
void RunCrashReportClient(const TCHAR* Commandline);