summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'setup.h')
-rw-r--r--setup.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/setup.h b/setup.h
new file mode 100644
index 0000000..ea9bf13
--- /dev/null
+++ b/setup.h
@@ -0,0 +1,16 @@
+#ifndef __SKINDESIGNER_SETUP_H
+#define __SKINDESIGNER_SETUP_H
+
+#include "config.h"
+
+class cSkinDesignerSetup : public cMenuSetupPage {
+ public:
+ cSkinDesignerSetup(void);
+ virtual ~cSkinDesignerSetup();
+ private:
+ cDesignerConfig data;
+ void Setup(void);
+ virtual eOSState ProcessKey(eKeys Key);
+ virtual void Store(void);
+};
+#endif //__SKINDESIGNER_SETUP_H \ No newline at end of file