Horizon
export_pdf.hpp
1 #pragma once
2 #include "schematic/schematic.hpp"
3 #include "core/core.hpp"
4 
5 namespace horizon {
6 void export_pdf(const std::string &filename, const Schematic &sch, Core *c);
7 }
Definition: block.cpp:7