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

#include "frame.h"

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

void InitIcons();
void DeinitIcons();

#endif