summaryrefslogtreecommitdiff
path: root/updater/icons.h
blob: 79d2f3ae5fe2dd9cdb9b04705a9d1de4315b7753 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _ICONS_INC
#define _ICONS_INC

extern HICON hIconCheck, hIconRestart, hIconCheckExit;

void InitIcons();
void DeinitIcons();

#endif