Files
easy7zip/CPP/7zip/Bundles/SFXSetup/ExtractEngine.h
Igor Pavlov 173c07e166 4.59 beta
2016-05-28 00:15:56 +01:00

12 lines
279 B
C
Executable File

// ExtractEngine.h
#ifndef __EXTRACTENGINE_H
#define __EXTRACTENGINE_H
#include "../../UI/Common/LoadCodecs.h"
HRESULT ExtractArchive(CCodecs *codecs, const UString &fileName, const UString &destFolder,
bool showProgress, bool &isCorrupt, UString &errorMessage);
#endif