#ifndef _PRINT_H_ #define _PRINT_H_ class Print { public: Print(); }; #endif // _PRINT_H_