source:
opengl-game/crash-logger.hpp@
76d19a8
| Last change on this file since 76d19a8 was 5529ab5, checked in by , 6 years ago | |
|---|---|
|
|
| File size: 211 bytes | |
| Line | |
|---|---|
| 1 | #ifndef CRASH_LOGGER_H |
| 2 | #define CRASH_LOGGER_H |
| 3 | |
| 4 | #define CRASH_LOG_FILE "crash.log" |
| 5 | |
| 6 | class CrashLogger { |
| 7 | public: |
| 8 | CrashLogger(int(*mainFunc)(int, char*[]), int argc, char* argv[]); |
| 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)