Files
easy7zip/CPP/7zip/Bundles/SFXSetup/ExtractEngine.h
Tino Reichardt c3967fe27a Initialer Commit
2016-06-25 21:15:50 +02:00

12 lines
291 B
C

// 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