diff options
author | George Hazan <ghazan@miranda.im> | 2017-01-10 19:56:54 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-01-10 19:56:54 +0300 |
commit | 83402fe2934d403c8d3a436baed5261cd315dc85 (patch) | |
tree | 029a931b63a04bb6c9f4e45f5a797f5108da120c /protocols/Discord/src/proto.h | |
parent | 9a31e2054ab52d1e6704acf3c93750448f8944ca (diff) |
account manager dialog for Discord
Diffstat (limited to 'protocols/Discord/src/proto.h')
-rw-r--r-- | protocols/Discord/src/proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |