From e191ad15875a046f7a243596fe92e99f88cea072 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 27 Dec 2016 19:45:37 +0300 Subject: empty protocol class --- protocols/Discord/src/proto.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 protocols/Discord/src/proto.h (limited to 'protocols/Discord/src/proto.h') diff --git a/protocols/Discord/src/proto.h b/protocols/Discord/src/proto.h new file mode 100644 index 0000000000..1da95e1c3d --- /dev/null +++ b/protocols/Discord/src/proto.h @@ -0,0 +1,12 @@ + +class DiscordProto : public PROTO +{ + +public: + DiscordProto(const char*,const wchar_t*); + ~DiscordProto(); + + // Services + INT_PTR __cdecl GetName(WPARAM, LPARAM); + INT_PTR __cdecl GetStatus(WPARAM, LPARAM); +}; -- cgit v1.2.3