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

some properties and some comments
author Extrawurst
date Thu, 02 Dec 2010 23:46:18 +0100
parents 707dd4e10c28
children c03a41d47b60
line wrap: on
line diff
--- a/trunk/chipmunkd/constraints/cpSlideJoint.d	Thu Dec 02 22:26:04 2010 +0100
+++ b/trunk/chipmunkd/constraints/cpSlideJoint.d	Thu Dec 02 23:46:18 2010 +0100
@@ -24,7 +24,7 @@
 //cpSlideJoint *cpSlideJointAlloc(void);
 //cpSlideJoint *cpSlideJointInit(cpSlideJoint *joint, cpBody *a, cpBody *b, cpVect anchr1, cpVect anchr2, cpFloat min, cpFloat max);
 //cpConstraint *cpSlideJointNew(cpBody *a, cpBody *b, cpVect anchr1, cpVect anchr2, cpFloat min, cpFloat max);
-//
+//TODO
 //CP_DefineConstraintProperty(cpSlideJoint, cpVect, anchr1, Anchr1);
 //CP_DefineConstraintProperty(cpSlideJoint, cpVect, anchr2, Anchr2);
 //CP_DefineConstraintProperty(cpSlideJoint, cpFloat, min, Min);