Skip to content
Snippets Groups Projects
Select Git revision
  • 4fab3a8b4b599411f45a1c1f6179b7cb74e10486
  • master default
2 results

robotfpe.h

Blame
  • 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