mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-29 00:10:02 -05:00
11 lines
164 B
C++
11 lines
164 B
C++
#pragma once
|
|
|
|
#include <hex/trace/stacktrace.hpp>
|
|
|
|
#include <optional>
|
|
|
|
namespace hex::trace {
|
|
|
|
std::optional<StackTraceResult> getLastExceptionStackTrace();
|
|
|
|
} |