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

7 lines
71 B
C++

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