#pragma once #include #include "decompiler/config.h" #include "third-party/json.hpp" namespace decompiler { std::vector parse_stack_structure_hints(const nlohmann::json& json); std::unordered_map> parse_cast_hints( const nlohmann::json& casts); } // namespace decompiler