2024-06-16 19:09:01 +03:00

16 lines
192 B
C++

#ifndef _CRASH_PRINTER_WIN
#define _CRASH_PRINTER_WIN
#include <string>
namespace crash_printer {
bool init(const std::wstring &log_file);
void deinit();
}
#endif // _CRASH_PRINTER_WIN