From e1ec72eab6d00b3ba38e5932bc88920f103b6e4a Mon Sep 17 00:00:00 2001 From: aunsane Date: Fri, 27 Apr 2018 21:33:17 +0300 Subject: Telegram: initial commit - tdlib moved to telegram dir --- protocols/Telegram/src/stdafx.h | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 protocols/Telegram/src/stdafx.h (limited to 'protocols/Telegram/src/stdafx.h') diff --git a/protocols/Telegram/src/stdafx.h b/protocols/Telegram/src/stdafx.h new file mode 100644 index 0000000000..06f32c205d --- /dev/null +++ b/protocols/Telegram/src/stdafx.h @@ -0,0 +1,31 @@ +#ifndef _COMMON_H_ +#define _COMMON_H_ + +#include + +#include + +#include +#include + +#include +#include + +struct CMTProto; + +#define MODULE "Telegram" + +#include "version.h" +#include "resource.h" +#include "mt_proto.h" + +struct CMPlugin : public ACCPROTOPLUGIN +{ + CMPlugin() : + ACCPROTOPLUGIN("TELEGRAM") + { + SetUniqueId("Phone"); + } +}; + +#endif //_COMMON_H_ \ No newline at end of file -- cgit v1.2.3