aboutsummaryrefslogtreecommitdiff
path: root/zenserver/diag/crashreport.cpp
blob: b9b8b50201a726d1e4187529386b14dd8510869a (plain) (blame)
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
}