mirror of
https://github.com/rizinorg/cutter.git
synced 2025-02-11 17:32:11 +00:00
11 lines
196 B
C
11 lines
196 B
C
![]() |
#ifndef CRASHREPORTING_H
|
||
|
#define CRASHREPORTING_H
|
||
|
|
||
|
/**
|
||
|
* @brief Opens issue on Cutter's github page
|
||
|
* with current file and system information.
|
||
|
*/
|
||
|
void openIssue();
|
||
|
|
||
|
#endif // CRASHREPORTING_H
|