mirror of
https://github.com/WerWolv/ImHex-Patterns.git
synced 2026-03-27 23:37:04 -05:00
11 lines
186 B
Rust
11 lines
186 B
Rust
#pragma once
|
|
|
|
#include <hex/impl/imhex_check.pat>
|
|
|
|
namespace hex::dec {
|
|
|
|
fn demangle(str mangled_name) {
|
|
return builtin::hex::dec::demangle(mangled_name);
|
|
};
|
|
|
|
} |