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/RoomTopPanel.hpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 include/RoomTopPanel.hpp (limited to 'include/RoomTopPanel.hpp') diff --git a/include/RoomTopPanel.hpp b/include/RoomTopPanel.hpp new file mode 100644 index 0000000..1787753 --- /dev/null +++ b/include/RoomTopPanel.hpp @@ -0,0 +1,13 @@ +#pragma once + +#include + +namespace dchat +{ + class RoomTopPanel + { + public: + static void draw(sf::RenderWindow &window); + static float getHeight(); + }; +} -- cgit v1.2.3