You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// 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
|