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