summaryrefslogtreecommitdiff
path: root/plugins/Alarms/src/icons.h
blob: d47228f95294ab1de5cad518cb235d5618d3a254 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _ICONS_INC
#define _ICONS_INC

#include "frame.h"

extern HICON hIconMenuSet, hIconList1, hIconList2, hIconMenuShowHide, hIconSystray;

void InitIcons();

#endif