18 lines
204 B
C
18 lines
204 B
C
![]() |
// BinTree3Z.h
|
||
|
|
||
|
#ifndef __BINTREE3Z__H
|
||
|
#define __BINTREE3Z__H
|
||
|
|
||
|
#undef BT_NAMESPACE
|
||
|
#define BT_NAMESPACE NBT3Z
|
||
|
|
||
|
#define HASH_ZIP
|
||
|
|
||
|
#include "BinTree.h"
|
||
|
// #include "BinTreeMain.h"
|
||
|
|
||
|
#undef HASH_ZIP
|
||
|
|
||
|
#endif
|
||
|
|