aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/Window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/Window.cpp')
-rw-r--r--src/ui/Window.cpp21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/ui/Window.cpp b/src/ui/Window.cpp
new file mode 100644
index 0000000..4572766
--- /dev/null
+++ b/src/ui/Window.cpp
@@ -0,0 +1,21 @@
+/*
+ * Window.cpp
+ *
+ * Created on: Nov 26, 2017
+ * Author: naopross
+ */
+
+#include "Window.hpp"
+
+namespace samb {
+
+Window::Window() {
+ // TODO Auto-generated constructor stub
+
+}
+
+Window::~Window() {
+ // TODO Auto-generated destructor stub
+}
+
+} /* namespace samb */