1
0
mirror of synced 2024-12-11 23:46:00 +01:00
ImHex/plugins/builtin/include/content/helpers/demangle.hpp

9 lines
123 B
C++

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