picker/include/codegen/mem_direct.hpp

8 lines
222 B
C++

#pragma once
#include "picker.hpp"
namespace picker { namespace codegen {
void render_md_addr_generator(const std::vector<cpp_variableInfo> &varibles, picker::export_opts &opts);
}}; // namespace picker::codegen