#include #ifndef UTILS_HPP class Utils{ public: int catchInputInt(int input); int catchReturn(int renum); }; #endif