Urho3D/Source/ThirdParty/ik/include/ik/ik.h
2017-04-01 21:28:27 +08:00

9 lines
127 B
C++

#ifndef IK_LIB_H
#define IK_LIB_H
#include "ik/solver.h"
#include "ik/node.h"
#include "ik/effector.h"
#endif /* IK_LIB_H */