diff trunk/chipmunkd/constraints/cpRatchetJoint.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/cpRatchetJoint.d	Thu Dec 02 22:26:04 2010 +0100
+++ b/trunk/chipmunkd/constraints/cpRatchetJoint.d	Thu Dec 02 23:46:18 2010 +0100
@@ -21,7 +21,7 @@
 //cpRatchetJoint *cpRatchetJointAlloc(void);
 //cpRatchetJoint *cpRatchetJointInit(cpRatchetJoint *joint, cpBody *a, cpBody *b, cpFloat phase, cpFloat ratchet);
 //cpConstraint *cpRatchetJointNew(cpBody *a, cpBody *b, cpFloat phase, cpFloat ratchet);
-//
+//TODO
 //CP_DefineConstraintProperty(cpRatchetJoint, cpFloat, angle, Angle);
 //CP_DefineConstraintProperty(cpRatchetJoint, cpFloat, phase, Phase);
 //CP_DefineConstraintProperty(cpRatchetJoint, cpFloat, ratchet, Ratchet);