diff melee/contactListener.d @ 31:55eb66672c03

added ldc build file
author zzzzrrr@zzzzrrr-desktop
date Mon, 30 Mar 2009 17:44:54 -0400
parents cad384ad349e
children
line wrap: on
line diff
--- a/melee/contactListener.d	Mon Mar 30 16:16:58 2009 -0400
+++ b/melee/contactListener.d	Mon Mar 30 17:44:54 2009 -0400
@@ -1,7 +1,7 @@
 /*
  * Copyright (c) 2009, Mason Green (zzzzrrr)
  * Based on Box2D by Erin Catto, http://www.box2d.org
- * 
+ *
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without modification,
@@ -43,8 +43,8 @@
     e_contactAdded,
     e_contactPersisted,
     e_contactRemoved
-}
-*/
+}
+*/
 
 // bzWorld contact callback
 class ContactListener : bzContactListener