rbdlsim/3rdparty/rbdl/addons/benchmark/Human36Model.h

12 lines
188 B
C
Raw Normal View History

2020-10-03 22:55:14 +02:00
#ifndef _HUMAN36MODEL_H
#define _HUMAN36MODEL_H
namespace RigidBodyDynamics {
struct Model;
}
void generate_human36model (RigidBodyDynamics::Model *model);
/* _HUMAN36MODEL_H */
#endif