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