diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ChannelSidePanel.hpp | 1 |
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(); }; } |