Horizon
horizon-eda-1.3.0
src
core
tool_data.hpp
1
#pragma once
2
3
namespace
horizon {
4
class
ToolData
{
5
public
:
6
virtual
~
ToolData
()
7
{
8
}
9
};
10
}
// namespace horizon
horizon::ToolData
Definition:
tool_data.hpp:4
Generated by
1.8.20