1
0
mirror of synced 2025-02-13 09:02:37 +01:00

9 lines
123 B
C++
Raw Permalink Normal View History

#pragma once
#include <string>
namespace hex::plugin::builtin {
std::string demangle(const std::string &mangled);
}