h1-mod/src/common/exception/minidump.hpp
2022-02-03 11:05:24 -08:00

9 lines
132 B
C++

#pragma once
#include "../utils/nt.hpp"
namespace exception
{
std::string create_minidump(LPEXCEPTION_POINTERS exceptioninfo);
}