summaryrefslogtreecommitdiffstats
path: root/BSPGenerator.h
blob: f6195e8c8cba73f34c4deb41ac95a240d678dc9c (plain)
1
2
3
4
5
6
7
8
9
#ifndef _BSPGENERATOR_H_
#define _BSPGENERATOR_H_

class BSPGenerator {
  public:

};

#endif /* _BSPGENERATOR_H_ */