diff dwt/opengl/all.d @ 127:8086e7b181a3

Support for SWT language files
author Jacob Carlborg <doob@me.com>
date Fri, 16 Jan 2009 23:36:08 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dwt/opengl/all.d	Fri Jan 16 23:36:08 2009 +0100
@@ -0,0 +1,13 @@
+/**
+ * Copyright: Copyright (c) 2009 Jacob Carlborg. All rights reserved.
+ * Authors: Jacob Carlborg
+ * Version: Initial created: Jan 16, 2009
+ * License: $(LINK2 http://opensource.org/licenses/bsd-license.php, BSD Style)
+ * 
+ */
+module dwt.opengl.all;
+
+public:
+    
+import dwt.opengl.GLCanvas;
+import dwt.opengl.GLData;
\ No newline at end of file