1
0
Fork 0
mirror of https://github.com/Detanup01/gbe_fork.git synced 2025-08-26 09:13:46 +02:00
gbe_fork/crash_printer/crash_printer/linux.hpp
2024-01-19 03:51:44 +02:00

15 lines
197 B
C++

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