Files
easy7zip/CPP/7zip/Bundles/SFXSetup/ExtractEngine.h
Igor Pavlov a36c48cece 23.01
2023-12-22 17:17:05 +00:00

12 lines
294 B
C
Executable File

// ExtractEngine.h
#ifndef ZIP7_INC_EXTRACT_ENGINE_H
#define ZIP7_INC_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