diff dstep/objc/bindings.d @ 16:19885b43130e

Huge update, the bridge actually works now
author Jacob Carlborg <doob@me.com>
date Sun, 03 Jan 2010 22:06:11 +0100
parents 033d260cfc9b
children
line wrap: on
line diff
--- a/dstep/objc/bindings.d	Mon Aug 03 15:31:48 2009 +0200
+++ b/dstep/objc/bindings.d	Sun Jan 03 22:06:11 2010 +0100
@@ -6,10 +6,10 @@
  */
 module dstep.objc.bindings;
 
+import dstep.internal.Version;
 import dstep.objc.message;
 import dstep.objc.objc;
 import dstep.objc.runtime;
-import dstep.internal.Util;
 
 extern (C)
 {