]> ruin.nu Git - popboot.git/blobdiff - node.h
initial execution of the plan
[popboot.git] / node.h
diff --git a/node.h b/node.h
index 31568fc5a6b910ec44a91b7f71c97e0a2d4ab366..3cd3a9eadd050f0de9fa5ab6cc9563386f6eaf01 100644 (file)
--- a/node.h
+++ b/node.h
@@ -10,6 +10,7 @@ class Node {
                Node(Action action);
                void addChild(Node* node);
                Action action();
+               void execute();
 
        protected:
                Action _action;