diff trunk/chipmunkd/chipmunk_types.d @ 23:4ceef5833c8c

updated to chipmunk 5.3.3
author Extrawurst
date Fri, 10 Dec 2010 02:10:27 +0100
parents 131331ebb599
children
line wrap: on
line diff
--- a/trunk/chipmunkd/chipmunk_types.d	Thu Dec 09 22:25:04 2010 +0100
+++ b/trunk/chipmunkd/chipmunk_types.d	Fri Dec 10 02:10:27 2010 +0100
@@ -106,6 +106,8 @@
 	{
 		cpFloat x = 0; cpFloat y=0;
 		
+		//TODO: basic operators
+		
 		string toString() const
 		{
 			return .format("(%s,%s)",x,y);