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