mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
build: Move all demangler uses into the trace library
This commit is contained in:
@@ -21,6 +21,7 @@ namespace hex::trace {
|
||||
std::string implementationName;
|
||||
};
|
||||
|
||||
StackTraceResult getStackTrace();
|
||||
StackTraceResult getStackTrace();
|
||||
[[nodiscard]] std::string demangle(const std::string &mangledName);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user