Files
easy7zip/CPP/7zip/UI/GUI/UpdateGUI.h
Igor Pavlov 173c07e166 4.59 beta
2016-05-28 00:15:56 +01:00

20 lines
380 B
C
Executable File

// GUI/UpdateGUI.h
#ifndef __UPDATE_GUI_H
#define __UPDATE_GUI_H
#include "../Common/Update.h"
#include "UpdateCallbackGUI.h"
#include "../FileManager/UpdateCallback100.h"
HRESULT UpdateGUI(
CCodecs *codecs,
const NWildcard::CCensor &censor,
CUpdateOptions &options,
bool showDialog,
CUpdateErrorInfo &errorInfo,
CUpdateCallbackGUI *callback);
#endif