]> ruin.nu Git - popboot.git/blob - node.cpp
it compiles
[popboot.git] / node.cpp
1 #include "node.h"
2
3 Node::Node(Action action){
4         _action = action;
5 }