mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 12:07:08 -06:00
17 lines
182 B
C
Executable File
17 lines
182 B
C
Executable File
// BinTree3.h
|
|
|
|
#ifndef __BINTREE3_H
|
|
#define __BINTREE3_H
|
|
|
|
#define BT_NAMESPACE NBT3
|
|
|
|
#define HASH_ARRAY_2
|
|
|
|
#include "BinTreeMain.h"
|
|
|
|
#undef HASH_ARRAY_2
|
|
|
|
#undef BT_NAMESPACE
|
|
|
|
#endif
|