1
0
Fork 0
mirror of https://github.com/Detanup01/gbe_fork.git synced 2025-07-28 03:05:26 +02:00
gbe_fork/crash_printer/crash_printer/win.hpp
2024-01-19 03:51:44 +02:00

15 lines
No EOL
191 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