mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 13:05:25 -05:00
9 lines
123 B
C++
9 lines
123 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
namespace hex::plugin::builtin {
|
|
|
|
std::string demangle(const std::string &mangled);
|
|
|
|
} |