Files
GTASource/game/system/BacktraceDumpUpload.winrt.h
expvintl 419f2e4752 init
2025-02-23 17:40:52 +08:00

18 lines
334 B
C++

//
// system/BacktraceDumpUpload.winrt.h
//
// Copyright (C) 2022 Rockstar Games. All Rights Reserved.
//
#pragma once
#if RSG_DURANGO
class BacktraceDumpUpload
{
public:
static bool UploadDump(const wchar_t* dumpFullPath, const wchar_t* logFullPath, const atMap<atString, atString>* annotations, const char* url);
};
#endif