1
0
mirror of synced 2024-11-25 08:10:24 +01:00
ImHex/main/include/crash_handlers.hpp
iTrooz 117832e007
impr: Handle crashes that may happen before the main loop (#1115)
Draft because I absolutely do not trust myself writing good code at 2AM.
I will review it tomorrow
2023-06-01 18:35:41 +02:00

6 lines
70 B
C++

#pragma once
namespace hex::crash {
void setupCrashHandlers();
}