]> ruin.nu Git - popboot.git/blob - planner.h
e2207757d0a1329619adbac00a9e16a66ac19a02
[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