Horizon
Loading...
Searching...
No Matches
export_pdf.hpp
1#pragma once
2#include <functional>
3#include <string>
4
5namespace horizon {
6void export_pdf(const class Schematic &sch, const class PDFExportSettings &settings,
7 std::function<void(std::string, double)> cb = nullptr);
8}