1 #ifndef IK_LIB_H
2 #define IK_LIB_H
3 
4 #include "ik/solver.h"
5 #include "ik/node.h"
6 #include "ik/effector.h"
7 
8 #endif /* IK_LIB_H */
9