mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 16:07:09 -06:00
19 lines
243 B
C
Executable File
19 lines
243 B
C
Executable File
// BinTree4.h
|
|
|
|
#ifndef __BINTREE4_H
|
|
#define __BINTREE4_H
|
|
|
|
#undef BT_NAMESPACE
|
|
#define BT_NAMESPACE NBT4
|
|
|
|
#define HASH_ARRAY_2
|
|
#define HASH_ARRAY_3
|
|
|
|
#include "BinTree.h"
|
|
#include "BinTreeMain.h"
|
|
|
|
#undef HASH_ARRAY_2
|
|
#undef HASH_ARRAY_3
|
|
|
|
#endif
|