]> ruin.nu Git - popboot.git/blobdiff - node.cpp
it compiles
[popboot.git] / node.cpp
index b6347a4d78cb016bf71b60660dd61a27475678e8..11fed08507b52bfe5953a1558aed3c3e2be6818a 100644 (file)
--- a/node.cpp
+++ b/node.cpp
@@ -1 +1,5 @@
 #include "node.h"
+
+Node::Node(Action action){
+       _action = action;
+}