android13/external/lzma/CPP/7zip/Bundles/SFXSetup/ExtractEngine.h

12 lines
291 B
C
Raw Normal View History

2024-06-22 08:45:49 -04:00
// 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