blob: 6369d1cf573b5757e05dc6c10128a7dd8f72f457 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
namespace std::filesystem {
class path;
}
void InitializeCrashReporting(const std::filesystem::path& DumpPath);
|