cutter/src/common/CrashHandler.h

14 lines
255 B
C
Raw Normal View History

#ifndef CRASH_HANDLER_H
#define CRASH_HANDLER_H
/**
* @fn void initCrashHandler()
*
* If CUTTER_ENABLE_CRASH_REPORTS is true, initializes
* crash handling and reporting, otherwise does nothing.
*/
void initCrashHandler();
#endif // CRASH_HANDLER_H