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