mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 04:07:12 -06:00
13 lines
139 B
C
Executable File
13 lines
139 B
C
Executable File
// BinTree2.h
|
|
|
|
#ifndef __BINTREE2_H
|
|
#define __BINTREE2_H
|
|
|
|
#define BT_NAMESPACE NBT2
|
|
|
|
#include "BinTreeMain.h"
|
|
|
|
#undef BT_NAMESPACE
|
|
|
|
#endif
|