X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=node.h;h=77a9d7bbefce9d7265d870e2f80c9b5fb400dfc7;hb=52feef3369ad80d5b7207620f37ae341ccd11b95;hp=b49d0109ee042005010a2bae4eb455395db8b57c;hpb=c9c72023d15decebe700ad0bfe3e8cbac9a85248;p=popboot.git diff --git a/node.h b/node.h index b49d010..77a9d7b 100644 --- a/node.h +++ b/node.h @@ -17,6 +17,7 @@ class Node { void execute(const Literals& effects); bool executed() const; const Literals& effects() const; + void satisfyCondition(std::string effect); protected: Action _action;