]> ruin.nu Git - popboot.git/blob - planner.h
added planner header
[popboot.git] / planner.h
1 #ifndef __PLANNER_H__
2 #define __PLANNER_H__
3
4 class Planner {
5         public:
6
7         protected:
8                 Node start;
9                 hash_map addedNodes;
10 #endif