mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 12:07:08 -06:00
14 lines
139 B
C
Executable File
14 lines
139 B
C
Executable File
// HC2.h
|
|
|
|
#ifndef __HC2_H
|
|
#define __HC2_H
|
|
|
|
#undef HC_NAMESPACE
|
|
#define HC_NAMESPACE NHC2
|
|
|
|
#include "HCMF.h"
|
|
#include "HCMFMain.h"
|
|
|
|
#endif
|
|
|