diff options
Diffstat (limited to 'plugins/Updater/icons.h')
-rw-r--r-- | plugins/Updater/icons.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/plugins/Updater/icons.h b/plugins/Updater/icons.h deleted file mode 100644 index 650551ec47..0000000000 --- a/plugins/Updater/icons.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef _ICONS_INC
-#define _ICONS_INC
-
-void InitIcons(void);
-
-typedef enum {I_CHKUPD, I_RSTRT, I_CHKUPDEXT} IconIndex;
-
-HICON LoadIconEx(IconIndex i, bool big = false);
-HANDLE GetIconHandle(IconIndex i);
-void ReleaseIconEx(HICON hIcon);
-
-
-#endif
|