source: opengl-game/crash-logger.hpp@ 0ecab17

feature/imgui-sdl points-test
Last change on this file since 0ecab17 was 2beb6c7, checked in by Dmitry Portnoy <dmitry.portnoy@…>, 5 years ago

Move the crash log file definition to consts.hpp

  • Property mode set to 100644
File size: 175 bytes
RevLine 
[d9b6a1c]1#ifndef CRASH_LOGGER_H
2#define CRASH_LOGGER_H
3
4class CrashLogger {
5public:
[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.