/* * 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 }