summaryrefslogtreecommitdiff
path: root/src/interface/Window.cpp
blob: 624bf9a6cf6e2d8ae3f5aaa91edfc813bf30e4fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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 */