X-Git-Url: https://ruin.nu/git/?p=popboot.git;a=blobdiff_plain;f=node.h;h=3cd3a9eadd050f0de9fa5ab6cc9563386f6eaf01;hp=31568fc5a6b910ec44a91b7f71c97e0a2d4ab366;hb=498b277372ebab0008b97399d387285b36d88826;hpb=f42886c46e17e6e429efa36aab69e0cbd22cf87a diff --git a/node.h b/node.h index 31568fc..3cd3a9e 100644 --- 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;