summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2019-08-17 14:55:52 +0200
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2020-03-24 15:18:07 +0100
commitd991048cfc487a5f01014f141a66d3cb92276c90 (patch)
treed00e187da05bc414f64f1d77824a432fdc2752c3 /setup.h
parentddae08e88f0d63814ad4fa43f9437c046d8a8488 (diff)
downloadskin-lcarsng-d991048cfc487a5f01014f141a66d3cb92276c90.tar.gz
skin-lcarsng-d991048cfc487a5f01014f141a66d3cb92276c90.tar.bz2
Add setupmenue
Diffstat (limited to 'setup.h')
-rw-r--r--setup.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/setup.h b/setup.h
new file mode 100644
index 0000000..2c9fbd6
--- /dev/null
+++ b/setup.h
@@ -0,0 +1,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);
+};