#ifndef MAIN_H #define MAIN_H class Display { public: Display(); ~Display(); private: }; #endif // MAIN_H