1
0
mirror of synced 2024-12-12 07:51:05 +01:00
ImHex/main/gui/include/crash_handlers.hpp

7 lines
71 B
C++

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