diff options
author | George Hazan <ghazan@miranda.im> | 2020-03-11 20:31:30 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-03-11 20:31:30 +0300 |
commit | 9e44f9c0c456278e8f77bfd94042f1337854e1c9 (patch) | |
tree | 55ad9eed2031cc09868458e766a50620318c3343 /protocols/Discord/src/proto.h | |
parent | 367731ae14fcc861178a20527ee8be83b91f8ef3 (diff) |
Discord: voice part of protocol moved to the separate file
Diffstat (limited to 'protocols/Discord/src/proto.h')
-rw-r--r-- | protocols/Discord/src/proto.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/protocols/Discord/src/proto.h b/protocols/Discord/src/proto.h index d1a15f63f4..105b1368fc 100644 --- a/protocols/Discord/src/proto.h +++ b/protocols/Discord/src/proto.h @@ -373,6 +373,8 @@ public: INT_PTR __cdecl GetMyAvatar(WPARAM, LPARAM); INT_PTR __cdecl SetMyAvatar(WPARAM, LPARAM); + INT_PTR __cdecl VoiceCaps(WPARAM, LPARAM); + ////////////////////////////////////////////////////////////////////////////////////// // Events @@ -380,6 +382,8 @@ public: int __cdecl OnAccountChanged(WPARAM, LPARAM); int __cdecl OnDbEventRead(WPARAM, LPARAM); + int __cdecl OnVoiceState(WPARAM, LPARAM); + ////////////////////////////////////////////////////////////////////////////////////// // dispatch commands |