summaryrefslogtreecommitdiff
path: root/setup.h
blob: 2c9fbd6e8260b9d10dfea0ffc882a77fec0a4dc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <vdr/menu.h>
//#include "config.h"

//extern cLCARSNGConfig config;

class cLCARSNGSetup : public cMenuSetupPage {
protected:
  virtual void Store(void);
private:
  cLCARSNGConfig tmpConfig;
public:
  cLCARSNGSetup(void);
};