diff options
Diffstat (limited to 'src/interface/Window.cpp')
| -rw-r--r-- | src/interface/Window.cpp | 23 |
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 */ |
