1
0
mirror of synced 2024-12-14 08:42:54 +01:00
ImHex/main/gui/include/crash_handlers.hpp

7 lines
71 B
C++

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