mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 03:15:00 -06:00
22 lines
449 B
C
Executable File
22 lines
449 B
C
Executable File
// GUI/UpdateGUI.h
|
|
|
|
#ifndef __UPDATE_GUI_H
|
|
#define __UPDATE_GUI_H
|
|
|
|
#include "../Common/Update.h"
|
|
#include "OpenCallbackGUI.h"
|
|
#include "UpdateCallbackGUI.h"
|
|
|
|
#include "../../FileManager/UpdateCallback100.h"
|
|
|
|
HRESULT UpdateGUI(
|
|
CCodecs *codecs,
|
|
const NWildcard::CCensor &censor,
|
|
CUpdateOptions &options,
|
|
bool showDialog,
|
|
CUpdateErrorInfo &errorInfo,
|
|
COpenCallbackGUI *openCallback,
|
|
CUpdateCallbackGUI *callback);
|
|
|
|
#endif
|