From 3b03f87070d91f63f0dc3c7152723727781dcccf Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 28 Apr 2018 11:52:04 +0200 Subject: Add commands, users side panel, improve image download start using odhtdb --- include/UsersSidePanel.hpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 include/UsersSidePanel.hpp (limited to 'include/UsersSidePanel.hpp') diff --git a/include/UsersSidePanel.hpp b/include/UsersSidePanel.hpp new file mode 100644 index 0000000..aebdb34 --- /dev/null +++ b/include/UsersSidePanel.hpp @@ -0,0 +1,15 @@ +#pragma once + +#include "User.hpp" +#include + +namespace dchat +{ + class UsersSidePanel + { + public: + static void addUser(User *user); + static void draw(sf::RenderWindow &window); + static float getWidth(); + }; +} -- cgit v1.2.3