From 83402fe2934d403c8d3a436baed5261cd315dc85 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 10 Jan 2017 19:56:54 +0300 Subject: account manager dialog for Discord --- protocols/Discord/src/proto.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'protocols/Discord/src/proto.h') diff --git a/protocols/Discord/src/proto.h b/protocols/Discord/src/proto.h index c3cbae6d4a..21f59e3377 100644 --- a/protocols/Discord/src/proto.h +++ b/protocols/Discord/src/proto.h @@ -210,7 +210,9 @@ public: virtual int __cdecl OnEvent(PROTOEVENTTYPE, WPARAM, LPARAM) override; // Services + INT_PTR __cdecl SvcCreateAccMgrUI(WPARAM, LPARAM); INT_PTR __cdecl GetStatus(WPARAM, LPARAM); + INT_PTR __cdecl GetAvatarCaps(WPARAM, LPARAM); INT_PTR __cdecl GetAvatarInfo(WPARAM, LPARAM); INT_PTR __cdecl GetMyAvatar(WPARAM, LPARAM); -- cgit v1.2.3