mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 17:15:00 -06:00
17 lines
178 B
C
Executable File
17 lines
178 B
C
Executable File
// BinTree3Z.h
|
|
|
|
#ifndef __BINTREE3Z_H
|
|
#define __BINTREE3Z_H
|
|
|
|
#define BT_NAMESPACE NBT3Z
|
|
|
|
#define HASH_ZIP
|
|
|
|
#include "BinTreeMain.h"
|
|
|
|
#undef HASH_ZIP
|
|
|
|
#undef BT_NAMESPACE
|
|
|
|
#endif
|