#ifndef wineconf_h #define wineconf_h #pragma interface #ifndef MISC_H #include #endif #ifndef MODULE_H #include #endif #include #include class MODULE_wineconf: public LINUXCONF_MODULE{ /*~PROTOBEG~ MODULE_wineconf */ public: MODULE_wineconf (void); int dohtml (const char *key); int domenu (MENU_CONTEXT context, const char *key); int execmain (int argc, char *argv[], bool standalone); void setmenu (DIALOG&dia, MENU_CONTEXT context); void usage (SSTRINGS&tb); /*~PROTOEND~ MODULE_wineconf */ }; class VIEWITEMS; #include "wineconf.p" #endif