1
0
mirror of https://github.com/rofafor/vdr-plugin-femon.git synced 2023-10-10 13:36:53 +02:00
vdr-plugin-femon/femoncfg.h
2004-02-15 04:20:00 +02:00

18 lines
243 B
C++

#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