Files
easy7zip/CPP/7zip/UI/GUI/UpdateGUI.h
Igor Pavlov a145bfc7cf 4.45 beta
2016-05-28 00:15:50 +01:00

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