aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/cpp/Widget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/cpp/Widget.cpp')
-rw-r--r--src/main/cpp/Widget.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main/cpp/Widget.cpp b/src/main/cpp/Widget.cpp
new file mode 100644
index 0000000..82773bc
--- /dev/null
+++ b/src/main/cpp/Widget.cpp
@@ -0,0 +1,8 @@
+#include "Widget.hpp"
+
+#include <SFML/Graphics.hpp>
+
+void Widget::render()
+{
+ sf::RectangleShape rect;
+}