Horizon
Loading...
Searching...
No Matches
odb_export.hpp
1#pragma once
2#include <memory>
3#include <sstream>
4
5namespace horizon {
6
7void export_odb(const class Board &brd, const class ODBOutputSettings &settings);
8
9} // namespace horizon