mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
impr: Don't show crash popup when sending ^C to command line
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace hex::crash {
|
||||
|
||||
using CrashCallback = void (*) (const std::string&);
|
||||
|
||||
void setCrashCallback(CrashCallback callback);
|
||||
void setupCrashHandlers();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user