aboutsummaryrefslogtreecommitdiff
path: root/include/Chatbar.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Chatbar.hpp')
-rw-r--r--include/Chatbar.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Chatbar.hpp b/include/Chatbar.hpp
index b6c6be8..6ae2190 100644
--- a/include/Chatbar.hpp
+++ b/include/Chatbar.hpp
@@ -30,6 +30,8 @@ namespace dchat
void processEvent(const sf::Event &event, Channel *channel);
void draw(sf::RenderWindow &window);
+
+ static float getHeight();
private:
void processChatCommand(const StringView &cmd);
private: