aboutsummaryrefslogtreecommitdiff
path: root/Node.cpp
blob: 7ed1f988a40f22669ae1bf135604fd3496768a35 (plain)
1
2
3
4
5
6
7
8
9
10
#include "Node.h"

Node::Node(/* args */){}
Node::~Node(){}
void Node::addInput(Net*){
   
}
void Node::addOutput(Net*){

}