aboutsummaryrefslogtreecommitdiff
path: root/include/RoomTopPanel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/RoomTopPanel.hpp')
-rw-r--r--include/RoomTopPanel.hpp13
1 files changed, 13 insertions, 0 deletions
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 <SFML/Graphics/RenderWindow.hpp>
+
+namespace dchat
+{
+ class RoomTopPanel
+ {
+ public:
+ static void draw(sf::RenderWindow &window);
+ static float getHeight();
+ };
+}