summaryrefslogtreecommitdiff
path: root/src/options/OptionsView.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-04-14 20:11:54 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-04-14 20:11:54 (GMT)
commit900e23128a16bd49d8929a232ac57fc7e30ad3f9 (patch)
treea5d04c86dc0ac5efb887579699e86143f12f20a8 /src/options/OptionsView.h
parent4c6be4ff2cc822d9c1ed36c9c88261771775dc02 (diff)
downloadpowder-900e23128a16bd49d8929a232ac57fc7e30ad3f9.zip
powder-900e23128a16bd49d8929a232ac57fc7e30ad3f9.tar.gz
Add ability to get favourites
Diffstat (limited to 'src/options/OptionsView.h')
-rw-r--r--src/options/OptionsView.h19
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_ */