mirror of
https://github.com/holub/mame
synced 2025-05-09 07:41:50 +03:00
12 lines
280 B
C
12 lines
280 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
|