diff dwt/program/all.d @ 329:92aa2d7391f3

Added 'all.d' package import, a dwt.all for everything and a dwt.std for the essential stuff
author Frank Benoit <benoit@tionex.de>
date Sat, 18 Oct 2008 22:01:20 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dwt/program/all.d	Sat Oct 18 22:01:20 2008 +0200
@@ -0,0 +1,5 @@
+module dwt.program.all;
+
+public import dwt.program.Program;
+
+