/********************************************************************* * * * FLY * * --E#Y#E-- * * ===MUSCLE=== * * * *********************************************************************/ #ifndef HELP_H_ #define HELP_H_ /* Header Files */ #include //----------------------------------------------------------------------------- class HELP { public: void version(); void Desk(int egac); }; //----------------------------------------------------------------------------- #endif