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