#pragma once #include namespace dchat { class ChannelTopPanel { public: static void draw(sf::RenderWindow &window); static float getHeight(); }; }