Revision 6d13138a include/humotion/server/eyebrow_motion_generator.h

View differences:

include/humotion/server/eyebrow_motion_generator.h
35 35

  
36 36
class EyebrowMotionGenerator : public MotionGenerator {
37 37
 public:
38
    explicit EyebrowMotionGenerator(JointInterface *j);
38
    explicit EyebrowMotionGenerator(JointInterface *j, Config *cfg);
39 39
    ~EyebrowMotionGenerator();
40 40
    void calculate_targets();
41 41
    void publish_targets();

Also available in: Unified diff