diff options
Diffstat (limited to 'src/options/OptionsView.cpp')
| -rw-r--r-- | src/options/OptionsView.cpp | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/options/OptionsView.cpp b/src/options/OptionsView.cpp new file mode 100644 index 0000000..1c79961 --- /dev/null +++ b/src/options/OptionsView.cpp @@ -0,0 +1,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 +} + |
