Select Git revision
Nikhil Ambardar authored
robotfpe.h 219 B
#include "robot.h"
#include <vector>
#include<string>
#ifndef ROBOT_MODELS_RF_H
#define ROBOT_MODELS_RF_H
using namespace std;
class robotfpe : public robot
{
public:
hand *h=new hand;
};
#endif //ROBOT_MODELS_TEST_H