1
0
mirror of synced 2025-02-07 06:31:24 +01:00
ImHex/main/include/crash_handlers.hpp
2023-08-26 23:31:25 +02:00

7 lines
71 B
C++

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