diff trunk/chipmunkd/constraints/cpPivotJoint.d @ 7:b68f10432182

some properties and some comments
author Extrawurst
date Thu, 02 Dec 2010 23:46:18 +0100
parents 7ebbd4d05553
children c03a41d47b60
line wrap: on
line diff
--- a/trunk/chipmunkd/constraints/cpPivotJoint.d	Thu Dec 02 22:26:04 2010 +0100
+++ b/trunk/chipmunkd/constraints/cpPivotJoint.d	Thu Dec 02 23:46:18 2010 +0100
@@ -24,7 +24,7 @@
 //cpPivotJoint *cpPivotJointInit(cpPivotJoint *joint, cpBody *a, cpBody *b, cpVect anchr1, cpVect anchr2);
 //cpConstraint *cpPivotJointNew(cpBody *a, cpBody *b, cpVect pivot);
 //cpConstraint *cpPivotJointNew2(cpBody *a, cpBody *b, cpVect anchr1, cpVect anchr2);
-//
+//TODO
 //CP_DefineConstraintProperty(cpPivotJoint, cpVect, anchr1, Anchr1);
 //CP_DefineConstraintProperty(cpPivotJoint, cpVect, anchr2, Anchr2);