aboutsummaryrefslogtreecommitdiff
path: root/include/Channel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Channel.hpp')
-rw-r--r--include/Channel.hpp3
1 files changed, 3 insertions, 0 deletions
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: