diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/UsersSidePanel.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
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 <SFML/Graphics/RenderWindow.hpp> 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(); }; } |