X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;ds=sidebyside;f=planner.h;h=bb6836a269d23bf0ff8a85c9451dca6d40143abe;hb=3dadaa088d9fff7ca05cbb297f3d7e88179faccb;hp=ab8f4ee27774f4df9e13283a67b1c744619a18f5;hpb=7b9821d42d980e5788bbc65563973eddd6e4c40d;p=popboot.git diff --git a/planner.h b/planner.h index ab8f4ee..bb6836a 100644 --- a/planner.h +++ b/planner.h @@ -50,6 +50,8 @@ class Planner { Node* _start; __gnu_cxx::hash_map _addedNodes; - __gnu_cxx::hash_map _actions; + __gnu_cxx::hash_map _actions; + literals _init; + literals _goal; }; #endif