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