]> ruin.nu Git - popboot.git/blobdiff - node.cpp
some changes
[popboot.git] / node.cpp
index b6347a4d78cb016bf71b60660dd61a27475678e8..a9cb4539431d6d1f959339f9e042d867ba68fb74 100644 (file)
--- a/node.cpp
+++ b/node.cpp
@@ -1 +1,6 @@
 #include "node.h"
+
+Node::Node(Action action, std::vector<Node&> children){
+       _action = action;
+       _children = children;
+}