diff options
Diffstat (limited to 'updater/icons.h')
-rw-r--r-- | updater/icons.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/updater/icons.h b/updater/icons.h new file mode 100644 index 0000000..79d2f3a --- /dev/null +++ b/updater/icons.h @@ -0,0 +1,9 @@ +#ifndef _ICONS_INC
+#define _ICONS_INC
+
+extern HICON hIconCheck, hIconRestart, hIconCheckExit;
+
+void InitIcons();
+void DeinitIcons();
+
+#endif
|