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

extern HICON hIconRemove, hIconKeep, hIconClear;

void InitIcons();

#endif