1 2 3 4 5 6 7 8 9 10 11 12
// Copyright Epic Games, Inc. All Rights Reserved. #include "crashreport.h" #include <zencore/filesystem.h> #include <zencore/zencore.h> void InitializeCrashReporting(const std::filesystem::path&) { // TODO: properly implement crash reporting }