diff options
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/config.h b/config.h new file mode 100644 index 0000000..29c05c3 --- /dev/null +++ b/config.h @@ -0,0 +1,34 @@ +/* + * magazine.c + * + * See the README file for copyright information and how to reach the author. + * + * $Id: config.h,v 1.1 2004/03/05 12:16:26 schmitzj Exp $ + * + */ + + +#ifndef TVONSCREEN_CONFIG_H +#define TVONSCREEN_CONFIG_H + + +#include <vdr/config.h> + +#define MAX + +class tvonscreenConfig +{ + +public: + + tvonscreenConfig(void) + { + *NameUser = 0; + } + + char showChannels[]; +}; + +#endif + + |
