summaryrefslogtreecommitdiff
path: root/setup.h
blob: 627f1730b819be71ca8c79f8cf4eb0f9d5c84b68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef __SKINDESIGNER_SETUP_H
#define __SKINDESIGNER_SETUP_H

#include "config.h"

class cSkinDesignerSetup : public cMenuSetupPage {
    public:
        cSkinDesignerSetup(void);
        virtual ~cSkinDesignerSetup();
    private:
        cDesignerConfig data;
        const char *menuDisplayStyle[2];
        void Setup(void);
        virtual eOSState ProcessKey(eKeys Key);
        virtual void Store(void);
};
#endif //__SKINDESIGNER_SETUP_H