1
0
mirror of synced 2025-01-10 05:21:51 +01:00

9 lines
123 B
C++
Raw Normal View History

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