source: opengl-game/crash-logger.hpp@ 2beb6c7

feature/imgui-sdl points-test
Last change on this file since 2beb6c7 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
Line 
1#ifndef CRASH_LOGGER_H
2#define CRASH_LOGGER_H
3
4class CrashLogger {
5public:
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.