#ifndef ROBOT_H #define ROBOT_H #include class Robot { public: int getErrorCode(); std::string getRobotType(); }; #endif