#ifndef HELP_H #define HELP_H #include class Help { public: Help(); virtual ~Help(); void dispGeneral(); }; #endif // HELP_H