diff options
| author | Simon 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) |
| commit | 900e23128a16bd49d8929a232ac57fc7e30ad3f9 (patch) | |
| tree | a5d04c86dc0ac5efb887579699e86143f12f20a8 /src/options/OptionsModel.h | |
| parent | 4c6be4ff2cc822d9c1ed36c9c88261771775dc02 (diff) | |
| download | powder-900e23128a16bd49d8929a232ac57fc7e30ad3f9.zip powder-900e23128a16bd49d8929a232ac57fc7e30ad3f9.tar.gz | |
Add ability to get favourites
Diffstat (limited to 'src/options/OptionsModel.h')
| -rw-r--r-- | src/options/OptionsModel.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/options/OptionsModel.h b/src/options/OptionsModel.h new file mode 100644 index 0000000..f04d071 --- /dev/null +++ b/src/options/OptionsModel.h @@ -0,0 +1,17 @@ +/* + * OptionsModel.h + * + * Created on: Apr 14, 2012 + * Author: Simon + */ + +#ifndef OPTIONSMODEL_H_ +#define OPTIONSMODEL_H_ + +class OptionsModel { +public: + OptionsModel(); + virtual ~OptionsModel(); +}; + +#endif /* OPTIONSMODEL_H_ */ |
