Horizon
src
export_pdf
export_pdf_board.hpp
1
#pragma once
2
#include <functional>
3
4
namespace
horizon {
5
void
export_pdf(
const
class
Board &brd,
const
class
PDFExportSettings &settings,
6
std::function<
void
(std::string,
double
)> cb =
nullptr
);
7
}
Generated by
1.8.20