Files
UnrealEngineUWP/Engine/Source/Programs/CrashReportClient/Public/CrashReportClientApp.h
T

20 lines
454 B
C
Raw Normal View History

2019-12-26 23:01:54 -05:00
// Copyright Epic Games, Inc. All Rights Reserved.
2017-09-01 12:46:25 -04:00
#pragma once
// Pre-compiled header includes
#include "CoreMinimal.h"
#include "Logging/LogMacros.h"
2019-04-09 21:27:26 -04:00
#include "CrashReportCoreConfig.h"
2017-09-01 12:46:25 -04:00
#if !CRASH_REPORT_UNATTENDED_ONLY
#include "StandaloneRenderer.h"
#endif // CRASH_REPORT_UNATTENDED_ONLY
DECLARE_LOG_CATEGORY_EXTERN(CrashReportClientLog, Log, All)
/**
* Run the crash report client app
*/
void RunCrashReportClient(const TCHAR* Commandline);