aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2019-03-30 19:09:23 +0100
committerdec05eba <dec05eba@protonmail.com>2019-03-30 19:11:49 +0100
commit4aac8df198e3a5bd9c6efc95cdf4c520c2e05401 (patch)
treeb16b1ca234d957ac94a05a8bd33718e1d7a91bfc /include
parentade9cb1f847e1c0edc22a08ad2950454fe2b566b (diff)
Move users to left side
Diffstat (limited to 'include')
-rw-r--r--include/ChannelSidePanel.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ChannelSidePanel.hpp b/include/ChannelSidePanel.hpp
index 9cee907..265ee67 100644
--- a/include/ChannelSidePanel.hpp
+++ b/include/ChannelSidePanel.hpp
@@ -14,5 +14,6 @@ namespace dchat
static void draw(sf::RenderWindow &window);
static float getWidth();
+ static float getHeight();
};
}