diff options
Diffstat (limited to 'windows/mainwindow.hpp')
-rw-r--r-- | windows/mainwindow.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/windows/mainwindow.hpp b/windows/mainwindow.hpp index 0bff99b..68fedd3 100644 --- a/windows/mainwindow.hpp +++ b/windows/mainwindow.hpp @@ -11,6 +11,8 @@ public: void UpdateComponents(); void UpdateMembers(); void UpdateChannelListing(); + void UpdateChannelsNewGuild(Snowflake id); + void UpdateChannelsRemoveGuild(Snowflake id); void UpdateChatWindowContents(); void UpdateChatActiveChannel(Snowflake id); Snowflake GetChatActiveChannel() const; |