diff options
Diffstat (limited to 'plugins/Alarms/src/icons.h')
-rw-r--r-- | plugins/Alarms/src/icons.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/Alarms/src/icons.h b/plugins/Alarms/src/icons.h new file mode 100644 index 0000000000..d47228f952 --- /dev/null +++ b/plugins/Alarms/src/icons.h @@ -0,0 +1,11 @@ +#ifndef _ICONS_INC
+#define _ICONS_INC
+
+#include "frame.h"
+
+extern HICON hIconMenuSet, hIconList1, hIconList2, hIconMenuShowHide, hIconSystray;
+
+void InitIcons();
+
+#endif
+
|