Subversion Repositories shark

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1215 giacomo 1
#ifndef __LEG_H__
2
#define __LEG_H__
3
 
4
int set_leg_position(double px, double py, double pz);
5
 
6
#endif