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