Initial
This commit is contained in:
15
bsptree/BSPTMPL.CPP
Normal file
15
bsptree/BSPTMPL.CPP
Normal file
@@ -0,0 +1,15 @@
|
||||
#define _EXPAND_BLOCK_TEMPLATES_
|
||||
#define _EXPAND_VECTOR_TEMPLATES_
|
||||
#include <common/block.hpp>
|
||||
#include <common/block.tpp>
|
||||
#include <common/array.hpp>
|
||||
#include <bsptree/btree.hpp>
|
||||
#include <bsptree/btree.tpp>
|
||||
#include <bsptree/rgbndx.hpp>
|
||||
#include <bsptree/treendex.hpp>
|
||||
|
||||
typedef Array<RGBIndex> bspTreeRGBIndexType;
|
||||
typedef Array<TreeNodeEx> bspTreeNodeExType;
|
||||
typedef BTree<RGBIndex> bspTreeBTreeRGBIndexType;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user