]> ruin.nu Git - popboot.git/commitdiff
added planner header
authorMichael Andreen <harv@ruin.nu>
Fri, 6 May 2005 12:04:20 +0000 (12:04 +0000)
committerMichael Andreen <harv@ruin.nu>
Fri, 6 May 2005 12:04:20 +0000 (12:04 +0000)
planner.h [new file with mode: 0644]

diff --git a/planner.h b/planner.h
new file mode 100644 (file)
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