This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
ImHex
mirror of
https://github.com/WerWolv/ImHex.git
Watch
1
Star
1
Fork
You've already forked ImHex
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
91ae8ba410
ImHex
/
main
/
gui
/
include
/
crash_handlers.hpp
7 lines
71 B
C++
Raw
Normal View
History
Unescape
Escape
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 16:35:41 +00:00
#
pragma once
namespace
hex
:
:
crash
{
void
setupCrashHandlers
(
)
;
patterns: Updated pattern language
2023-08-26 21:31:25 +00:00
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 16:35:41 +00:00
}