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