Etterna 0.74.4
Loading...
Searching...
No Matches
Crash.h
1#ifndef DARWIN_CRASH_H
2#define DARWIN_CRASH_H
3
4namespace CrashHandler {
5std::string
6GetLogsDirectory();
7void
8InformUserOfCrash(const std::string& sPath);
9bool
10IsDebuggerPresent();
11void
12DebugBreak();
13}
14
15#endif /* DARWIN_CRASH_H */