From 725ea566a2b6a12e0a02e4f570b6e99102e2d21b Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 8 Apr 2019 21:04:12 +0200 Subject: Refactor, remove a lot of code and use dchat core instead --- include/UsersSidePanel.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'include/UsersSidePanel.hpp') diff --git a/include/UsersSidePanel.hpp b/include/UsersSidePanel.hpp index 9e48ee6..b76eb5e 100644 --- a/include/UsersSidePanel.hpp +++ b/include/UsersSidePanel.hpp @@ -1,16 +1,15 @@ #pragma once -#include "Cache.hpp" #include namespace dchat { - class Channel; + class Cache; class UsersSidePanel { public: - static void draw(sf::RenderWindow &window, Cache &cache); + static void draw(sf::RenderWindow &window, Cache *cache); static float getWidth(); }; } -- cgit v1.2.3