From cd686f3f6099457a3115e758bf3da7e148ba432d Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 9 May 2018 03:30:41 +0200 Subject: Add avatar to users side panel --- include/UsersSidePanel.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/UsersSidePanel.hpp') diff --git a/include/UsersSidePanel.hpp b/include/UsersSidePanel.hpp index 07e790c..9e48ee6 100644 --- a/include/UsersSidePanel.hpp +++ b/include/UsersSidePanel.hpp @@ -1,5 +1,6 @@ #pragma once +#include "Cache.hpp" #include namespace dchat @@ -9,7 +10,7 @@ namespace dchat class UsersSidePanel { public: - static void draw(sf::RenderWindow &window); + static void draw(sf::RenderWindow &window, Cache &cache); static float getWidth(); }; } -- cgit v1.2.3