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