1
0
mirror of synced 2024-12-03 03:37:19 +01:00
ImHex/main/gui/include/crash_handlers.hpp

7 lines
71 B
C++

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