mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-11 00:07:09 -06:00
4.20
This commit is contained in:
committed by
Kornel Lesiński
parent
8c1b5c7b7e
commit
3c510ba80b
20
7zip/UI/GUI/ExtractGUI.h
Executable file
20
7zip/UI/GUI/ExtractGUI.h
Executable file
@@ -0,0 +1,20 @@
|
||||
// GUI/ExtractGUI.h
|
||||
|
||||
#ifndef __EXTRACT_GUI_H
|
||||
#define __EXTRACT_GUI_H
|
||||
|
||||
#include "../Common/Extract.h"
|
||||
#include "OpenCallbackGUI.h"
|
||||
|
||||
#include "../../FileManager/ExtractCallback.h"
|
||||
|
||||
HRESULT ExtractGUI(
|
||||
UStringVector &archivePaths,
|
||||
UStringVector &archivePathsFull,
|
||||
const NWildcard::CCensorNode &wildcardCensor,
|
||||
CExtractOptions &options,
|
||||
bool showDialog,
|
||||
COpenCallbackGUI *openCallback,
|
||||
CExtractCallbackImp *extractCallback);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user