From 1e0e68f9cda51c881b32a54d9eece71c1428f7ac Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 22 Apr 2018 05:58:44 +0200 Subject: Add video and gif support Gif streams from url. Todo: Add play controls to video --- include/Channel.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/Channel.hpp') diff --git a/include/Channel.hpp b/include/Channel.hpp index fa52a4b..b70803c 100644 --- a/include/Channel.hpp +++ b/include/Channel.hpp @@ -13,6 +13,9 @@ namespace dchat Channel(); ~Channel(); + User* getLocalUser(); + MessageBoard& getMessageBoard(); + void processEvent(const sf::Event &event); void draw(sf::RenderWindow &window, Cache &cache); private: -- cgit v1.2.3