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

extern HICON hIconRemove, hIconKeep, hIconClear;

void InitIcons();

#endif