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

12 lines
187 B
C
Raw Normal View History

#ifndef _HUMAN36MODEL_H
#define _HUMAN36MODEL_H
namespace RigidBodyDynamics {
class Model;
}
void generate_human36model (RigidBodyDynamics::Model *model);
/* _HUMAN36MODEL_H */
#endif