Welcome to mirror list, hosted at ThFree Co, Russian Federation.

BinTree3.h « BinTree « LZ « Compress « 7zip - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 76bd9ddd431d6d13e99cd569906e9e63478122bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// 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