X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;ds=sidebyside;f=node.h;h=77a9d7bbefce9d7265d870e2f80c9b5fb400dfc7;hb=dc4211bc1dc77ba3f1a71ec5737c61731614004b;hp=b49d0109ee042005010a2bae4eb455395db8b57c;hpb=fdcf46671ca1dab0dadb490bb4375dc3dd2fc9a4;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;