aboutsummaryrefslogtreecommitdiff
path: root/Node.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Node.cpp')
-rw-r--r--Node.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/Node.cpp b/Node.cpp
new file mode 100644
index 0000000..7ed1f98
--- /dev/null
+++ b/Node.cpp
@@ -0,0 +1,10 @@
+#include "Node.h"
+
+Node::Node(/* args */){}
+Node::~Node(){}
+void Node::addInput(Net*){
+
+}
+void Node::addOutput(Net*){
+
+}