Files
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();
}