summaryrefslogtreecommitdiff
path: root/plugins/updater/icons.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/updater/icons.h')
-rw-r--r--plugins/updater/icons.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/updater/icons.h b/plugins/updater/icons.h
new file mode 100644
index 0000000000..650551ec47
--- /dev/null
+++ b/plugins/updater/icons.h
@@ -0,0 +1,13 @@
+#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