summaryrefslogtreecommitdiffstats
path: root/BSPGenerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'BSPGenerator.h')
-rw-r--r--BSPGenerator.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/BSPGenerator.h b/BSPGenerator.h
new file mode 100644
index 0000000..f6195e8
--- /dev/null
+++ b/BSPGenerator.h
@@ -0,0 +1,9 @@
+#ifndef _BSPGENERATOR_H_
+#define _BSPGENERATOR_H_
+
+class BSPGenerator {
+ public:
+
+};
+
+#endif /* _BSPGENERATOR_H_ */