diff melee/melee.d @ 21:cad384ad349e

avoid
author zzzzrrr <mason.green@gmail.com>
date Thu, 26 Mar 2009 07:02:56 -0400
parents 08ddf9e71b88
children 4fce5596d1f6
line wrap: on
line diff
--- a/melee/melee.d	Wed Mar 25 15:25:25 2009 -0400
+++ b/melee/melee.d	Thu Mar 26 07:02:56 2009 -0400
@@ -79,6 +79,16 @@
     bool enableTOI;
 }
 
+struct ContactPoint {
+    bzShape shape1;
+    bzShape shape2;
+    bzVec2 normal;
+    bzVec2 position;
+    bzVec2 velocity;
+    bzContactID id;
+    //ContactState state;
+}
+
 class Melee {
     
     Settings settings;