From 9d84d5d8e7f61a02c01eef021ea5e8b2f49dcf8f Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 28 Apr 2018 15:31:27 +0200 Subject: Connect channels to database, currently only locally --- include/ChannelSidePanel.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/ChannelSidePanel.hpp') diff --git a/include/ChannelSidePanel.hpp b/include/ChannelSidePanel.hpp index c1ed5d6..9cee907 100644 --- a/include/ChannelSidePanel.hpp +++ b/include/ChannelSidePanel.hpp @@ -10,6 +10,8 @@ namespace dchat { public: static void addChannel(Channel *channel); + static void removeAllChannels(); + static void draw(sf::RenderWindow &window); static float getWidth(); }; -- cgit v1.2.3