code cleanup

This commit is contained in:
devZoGok
2021-10-19 19:06:41 +03:00
parent 2e0cad7fd1
commit 599bde975a
21 changed files with 43 additions and 84 deletions
-3
View File
@@ -8,10 +8,7 @@ namespace vb01{
class IkSolver{
public:
IkSolver();
~IkSolver(){}
static void calculateFabrik(int, Bone**, Vector3[], Vector3);
private:
};
}