diff options
Diffstat (limited to 'updater/icons.h')
-rw-r--r-- | updater/icons.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/updater/icons.h b/updater/icons.h index 76389d9..650551e 100644 --- a/updater/icons.h +++ b/updater/icons.h @@ -2,11 +2,11 @@ #define _ICONS_INC
void InitIcons(void);
-void DeinitIcons(void);
typedef enum {I_CHKUPD, I_RSTRT, I_CHKUPDEXT} IconIndex;
-HICON LoadIconEx(IconIndex i);
+HICON LoadIconEx(IconIndex i, bool big = false);
+HANDLE GetIconHandle(IconIndex i);
void ReleaseIconEx(HICON hIcon);
|