From: Michael Andreen Date: Fri, 6 May 2005 12:04:20 +0000 (+0000) Subject: added planner header X-Git-Url: https://ruin.nu/git/?p=popboot.git;a=commitdiff_plain;h=ac1a37b852607a750cf391e458ab53e8ff504d6a added planner header --- diff --git a/planner.h b/planner.h new file mode 100644 index 0000000..e220775 --- /dev/null +++ b/planner.h @@ -0,0 +1,10 @@ +#ifndef __PLANNER_H__ +#define __PLANNER_H__ + +class Planner { + public: + + protected: + Node start; + hash_map addedNodes; +#endif