summaryrefslogtreecommitdiffstats
path: root/BSPTree.h
blob: 345f143e433b46e985bfc22de07b447abbf3af9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _BSPTREE_H_
#define _BSPTREE_H_

#include "Triangle.h"
#include <list>

class BSPTree {
  private:

};

#endif /* _BSPTREE_H_ */