changes
This commit is contained in:
@@ -2,8 +2,9 @@
|
||||
#define _PARTS_HPP_
|
||||
|
||||
#include "syselmts.hpp"
|
||||
#include "pins.hpp"
|
||||
|
||||
class Part : public SystemElement
|
||||
class Part : public SystemElementContainer<Pin>
|
||||
{
|
||||
public:
|
||||
Part(std::string name);
|
||||
|
||||
Reference in New Issue
Block a user