|
|
1.1 misho 1: // BinTree4.h
2:
3: #ifndef __BINTREE4_H
4: #define __BINTREE4_H
5:
6: #undef BT_NAMESPACE
7: #define BT_NAMESPACE NBT4
8:
9: #define HASH_ARRAY_2
10: #define HASH_ARRAY_3
11:
12: #include "BinTree.h"
13: #include "BinTreeMain.h"
14:
15: #undef HASH_ARRAY_2
16: #undef HASH_ARRAY_3
17:
18: #endif