diff options
| author | Kirill Volinsky <Mataes2007@gmail.com> | 2018-07-25 09:14:43 +0300 |
|---|---|---|
| committer | Kirill Volinsky <Mataes2007@gmail.com> | 2018-07-25 09:14:43 +0300 |
| commit | 23729c4f6a62de7a71368ffdeeeb08470ff4731e (patch) | |
| tree | 3b227636ac19cb7b1f200b52aec1121593713e4d /plugins/CurrencyRates/src/IconLib.h | |
| parent | e62d2a2a86b0477537403a2316e629e8fea4a9d0 (diff) | |
Quotes renamed to CurrencyRates
Diffstat (limited to 'plugins/CurrencyRates/src/IconLib.h')
| -rw-r--r-- | plugins/CurrencyRates/src/IconLib.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/CurrencyRates/src/IconLib.h b/plugins/CurrencyRates/src/IconLib.h new file mode 100644 index 0000000000..fff9e3a571 --- /dev/null +++ b/plugins/CurrencyRates/src/IconLib.h @@ -0,0 +1,11 @@ +#ifndef __8821d334_afac_439e_9a81_76318e1ac4ef_IconLib_h__ +#define __8821d334_afac_439e_9a81_76318e1ac4ef_IconLib_h__ + +#define ICON_STR_MAIN "main" +#define ICON_STR_QUOTE "quote" + +void Quotes_IconsInit(); +HICON Quotes_LoadIconEx(int iconId, bool bBig = false); +HANDLE Quotes_GetIconHandle(int iconId); + +#endif //__8821d334_afac_439e_9a81_76318e1ac4ef_IconLib_h__ |
