From 1885f8d2173768ae3a4bbd80b6a12dad24591fd9 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 14 Dec 2022 18:23:36 +0300 Subject: Telegram: setting premium icon --- protocols/Telegram/src/stdafx.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'protocols/Telegram/src/stdafx.h') 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 #include #include +#include #include #include #include @@ -32,6 +33,10 @@ struct CMPlugin : public ACCPROTOPLUGIN { CMPlugin(); + + HANDLE m_hIcon; + + int Load() override; }; #endif //_COMMON_H_ \ No newline at end of file -- cgit v1.2.3