summaryrefslogtreecommitdiff
path: root/plugins/NoHistory/src/icons.h
blob: 88fae4be676c26187c9015ac9008d0e7ecf5ee61 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _ICONS_INC
#define _ICONS_INC

extern HICON hIconRemove, hIconKeep, hIconClear;

void InitIcons();
void DeinitIcons();

#endif