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

HC2.h « HashChain « LZ « Compress « 7zip - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e9f22e1fd1ea01d10d67aadafbf8f3fe5589f71e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// HC2.h

#ifndef __HC2_H
#define __HC2_H

#undef HC_NAMESPACE
#define HC_NAMESPACE NHC2

#include "HCMF.h"
#include "HCMFMain.h"

#endif