summaryrefslogtreecommitdiff
path: root/plugins/Alarms/icons.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Alarms/icons.h')
-rw-r--r--plugins/Alarms/icons.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/Alarms/icons.h b/plugins/Alarms/icons.h
new file mode 100644
index 0000000000..89226dd5d4
--- /dev/null
+++ b/plugins/Alarms/icons.h
@@ -0,0 +1,12 @@
+#ifndef _ICONS_INC
+#define _ICONS_INC
+
+#include "frame.h"
+
+extern HICON hIconMenuSet, hIconList1, hIconList2, hIconMenuShowHide, hIconSystray;
+
+void InitIcons();
+void DeinitIcons();
+
+#endif
+