Horizon
horizon-eda-1.3.0
src
common
patch_type_names.hpp
1
#pragma once
2
#include "common.hpp"
3
#include <map>
4
#include <string>
5
6
namespace
horizon {
7
extern
std::map<PatchType, std::string> patch_type_names;
8
}
Generated by
1.8.20