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