feature/imgui-sdl
points-test
|
Last change
on this file since 44f23af was 2beb6c7, checked in by Dmitry Portnoy <dmitry.portnoy@…>, 6 years ago |
|
Move the crash log file definition to consts.hpp
|
-
Property mode
set to
100644
|
|
File size:
175 bytes
|
| Rev | Line | |
|---|
| [d9b6a1c] | 1 | #ifndef CRASH_LOGGER_H
|
|---|
| 2 | #define CRASH_LOGGER_H
|
|---|
| 3 |
|
|---|
| 4 | class CrashLogger {
|
|---|
| 5 | public:
|
|---|
| [6abfd07] | 6 | CrashLogger(int(*mainFunc)(int, char*[]), int argc, char* argv[]);
|
|---|
| [d9b6a1c] | 7 | ~CrashLogger();
|
|---|
| 8 | };
|
|---|
| 9 |
|
|---|
| 10 | #endif
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.