source:
opengl-game/CrashLogger.h@
fba08f2
| Last change on this file since fba08f2 was 6abfd07, checked in by , 7 years ago | |
|---|---|
|
|
| File size: 211 bytes | |
| Rev | Line | |
|---|---|---|
| [d9b6a1c] | 1 | #ifndef CRASH_LOGGER_H |
| 2 | #define CRASH_LOGGER_H | |
| 3 | ||
| [6abfd07] | 4 | #define CRASH_LOG_FILE "crash.log" |
| 5 | ||
| [d9b6a1c] | 6 | class CrashLogger { |
| 7 | public: | |
| [6abfd07] | 8 | CrashLogger(int(*mainFunc)(int, char*[]), int argc, char* argv[]); |
| [d9b6a1c] | 9 | ~CrashLogger(); |
| 10 | }; | |
| 11 | ||
| 12 | #endif |
Note:
See TracBrowser
for help on using the repository browser.
![(please configure the [header_logo] section in trac.ini)](/medieval/chrome/site/your_project_logo.png)