mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 13:05:25 -05:00
Draft because I absolutely do not trust myself writing good code at 2AM. I will review it tomorrow
6 lines
70 B
C++
6 lines
70 B
C++
#pragma once
|
|
|
|
namespace hex::crash {
|
|
|
|
void setupCrashHandlers();
|
|
} |