vdr-plugin-femon/femoncfg.h

18 lines
243 B
C
Raw Normal View History

2004-02-15 03:20:00 +01:00
#ifndef __FEMONCFG_H
#define __FEMONCFG_H
struct cFemonConfig
{
public:
cFemonConfig(void);
int hidemenu;
int position;
int interval;
int redlimit;
int greenlimit;
};
extern cFemonConfig femonConfig;
#endif // __FEMONCFG_H