summaryrefslogtreecommitdiff
path: root/src/windows/voice/voicewindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/voice/voicewindow.hpp')
-rw-r--r--src/windows/voice/voicewindow.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/windows/voice/voicewindow.hpp b/src/windows/voice/voicewindow.hpp
index 5d73e97..fea998c 100644
--- a/src/windows/voice/voicewindow.hpp
+++ b/src/windows/voice/voicewindow.hpp
@@ -29,6 +29,7 @@ private:
void OnUserConnect(Snowflake user_id, Snowflake to_channel_id);
void OnUserDisconnect(Snowflake user_id, Snowflake from_channel_id);
+ void OnSpeakerStateChanged(Snowflake channel_id, Snowflake user_id, bool is_speaker);
void OnMuteChanged();
void OnDeafenChanged();