|
|
- #pragma once
-
- #include "gp/containers/vector.hpp"
- #include "gp/dynamic/compiler/type/type.hpp"
- #include "gp/utils/allocators/allocator.hpp"
-
- using string = gp::vector<char>;
-
- string grMangleFunction(gp::vector<gr_type>, gp::allocator&);
- gp::vector<gr_type> grUnmangleSignature(string, gp::allocator&);
|