diff dwt/internal/c/carboncore/Gestalt.d @ 16:fb2555104d70

Added some files to the objc bindings
author Jacob Carlborg <doob@me.com> <jacob.carlborg@gmail.com>
date Fri, 29 Aug 2008 21:47:55 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dwt/internal/c/carboncore/Gestalt.d	Fri Aug 29 21:47:55 2008 +0200
@@ -0,0 +1,12 @@
+/**
+ * Copyright: Copyright (c) 2008 Jacob Carlborg. All rights reserved.
+ * Authors: Jacob Carlborg
+ * Version: Initial created: Aug 23, 2008
+ * License: $(LINK2 http://opensource.org/licenses/bsd-license.php, BSD Style)
+ * 
+ */
+module dwt.internal.c.carboncore.Gestalt;
+
+import bindings = dwt.internal.c.carboncore.bindings;
+
+alias bindings.Gestalt Gestalt;
\ No newline at end of file