1
0
mirror of synced 2024-11-25 00:00:27 +01:00
ImHex/main/gui/include/crash_handlers.hpp

7 lines
71 B
C++

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