#ifndef mouseconf_h #define mouseconf_h #pragma interface #ifndef MISC_H #include #endif #ifndef MODULE_H #include #endif #include #include class MODULE_mouseconf: public LINUXCONF_MODULE{ /*~PROTOBEG~ MODULE_mouseconf */ public: MODULE_mouseconf (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_mouseconf */ }; #include "mouseconf.p" #endif