blob: 1c79961d4338992cb04a5c4ab8db06083be13361 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
/*
* OptionsView.cpp
*
* Created on: Apr 14, 2012
* Author: Simon
*/
#include "OptionsView.h"
OptionsView::OptionsView():
ui::Window(ui::Point(-1, -1), ui::Point(300, 300)){
// TODO Auto-generated constructor stub
}
OptionsView::~OptionsView() {
// TODO Auto-generated destructor stub
}
|