summaryrefslogtreecommitdiff
path: root/src/interface/Window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface/Window.cpp')
-rw-r--r--src/interface/Window.cpp23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/interface/Window.cpp b/src/interface/Window.cpp
new file mode 100644
index 0000000..624bf9a
--- /dev/null
+++ b/src/interface/Window.cpp
@@ -0,0 +1,23 @@
+/*
+ * Window.cpp
+ *
+ * Created on: Jan 8, 2012
+ * Author: Simon
+ */
+
+#include "interface/Window.h"
+
+namespace ui {
+
+Window::Window():
+ State(width, height)
+{
+ // TODO Auto-generated constructor stub
+
+}
+
+Window::~Window() {
+ // TODO Auto-generated destructor stub
+}
+
+} /* namespace ui */