aboutsummaryrefslogtreecommitdiff
path: root/include/ChannelTopPanel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ChannelTopPanel.hpp')
-rw-r--r--include/ChannelTopPanel.hpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/ChannelTopPanel.hpp b/include/ChannelTopPanel.hpp
new file mode 100644
index 0000000..41fe9a2
--- /dev/null
+++ b/include/ChannelTopPanel.hpp
@@ -0,0 +1,13 @@
+#pragma once
+
+#include <SFML/Graphics/RenderWindow.hpp>
+
+namespace dchat
+{
+ class ChannelTopPanel
+ {
+ public:
+ static void draw(sf::RenderWindow &window);
+ static float getHeight();
+ };
+}