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

extern HICON hIconProto, hIconRing;

void InitIcons();
void DeinitIcons();

#endif