Horizon
export_bom.hpp
1 #pragma once
2 #include <string>
3 
4 namespace horizon {
5 void export_BOM(const std::string &filename, const class Block &block, const class BOMExportSettings &settings);
6 }