summaryrefslogtreecommitdiff
path: root/protocols/Telegram/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-12-14 18:23:36 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-12-14 18:23:36 +0300
commit1885f8d2173768ae3a4bbd80b6a12dad24591fd9 (patch)
treebf8f6353f1c0d69915182d989b7714528be6f520 /protocols/Telegram/src/stdafx.h
parente72ccc740bfa7c6493a56abc168eb270f76f0cba (diff)
Telegram: setting premium icon
Diffstat (limited to 'protocols/Telegram/src/stdafx.h')
-rw-r--r--protocols/Telegram/src/stdafx.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/protocols/Telegram/src/stdafx.h b/protocols/Telegram/src/stdafx.h
index c5a21971fb..dc9121cfb8 100644
--- a/protocols/Telegram/src/stdafx.h
+++ b/protocols/Telegram/src/stdafx.h
@@ -14,6 +14,7 @@
#include <m_clist.h>
#include <m_contacts.h>
#include <m_database.h>
+#include <m_extraicons.h>
#include <m_icolib.h>
#include <m_langpack.h>
#include <m_options.h>
@@ -32,6 +33,10 @@
struct CMPlugin : public ACCPROTOPLUGIN<CMTProto>
{
CMPlugin();
+
+ HANDLE m_hIcon;
+
+ int Load() override;
};
#endif //_COMMON_H_ \ No newline at end of file