Horizon
src
export_pdf
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
}
horizon
Definition:
block.cpp:9
Generated by
1.8.13