blob: b3ef9deaa629d6786d781cb17d2cdc392cb4fd3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#ifndef __9d0dac0c_12e4_46ce_809a_db6dc7d6f269_ExtraImages_h__
#define __9d0dac0c_12e4_46ce_809a_db6dc7d6f269_ExtraImages_h__
enum EImageIndex
{
eiUp = 0,
eiDown = 1,
eiNotChanged = 2,
eiEmpty = 3
};
bool SetContactExtraImage(MCONTACT hContact, EImageIndex nIndex);
void CurrencyRates_InitExtraIcons(void);
#endif //__9d0dac0c_12e4_46ce_809a_db6dc7d6f269_ExtraImages_h__
|