Files
easy7zip/CPP/7zip/Bundles/SFXSetup/ExtractEngine.h
Igor Pavlov 35596517f2 9.21
2016-05-28 00:16:05 +01:00

12 lines
280 B
C
Executable File

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