// Start of nice.h #ifndef NICE_H #define NICE_H class Nice { public: static void nice1(); }; #endif // End of nice.h