diff options
Diffstat (limited to 'src/options/OptionsView.h')
| -rw-r--r-- | src/options/OptionsView.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/options/OptionsView.h b/src/options/OptionsView.h new file mode 100644 index 0000000..6a75f06 --- /dev/null +++ b/src/options/OptionsView.h @@ -0,0 +1,19 @@ +/* + * OptionsView.h + * + * Created on: Apr 14, 2012 + * Author: Simon + */ + +#ifndef OPTIONSVIEW_H_ +#define OPTIONSVIEW_H_ + +#include "interface/Window.h" + +class OptionsView: public ui::Window { +public: + OptionsView(); + virtual ~OptionsView(); +}; + +#endif /* OPTIONSVIEW_H_ */ |
