aboutsummaryrefslogtreecommitdiff
path: root/Node.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Node.cpp')
-rw-r--r--Node.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Node.cpp b/Node.cpp
index 4ba3961..3a9f6f3 100644
--- a/Node.cpp
+++ b/Node.cpp
@@ -4,6 +4,8 @@
#include "NodeFactory.h"
#include "Net.h"
+#include "prut.h"
+
Node::Node(const char * type) {
NodeFactory::assign(type, this);
}
@@ -33,6 +35,7 @@ void Node::sim() {
}
void Node::update(){
+ prutprint("updated");
this->sim();
}