#pragma once #include #include #include namespace rsx { std::string get_method_name(u32 id); std::function get_pretty_printing_function(u32 id); }