changeset 31:9a3047e87f1d

Ported dwt.graphics.Resource
author Jacob Carlborg <doob@me.com> <jacob.carlborg@gmail.com>
date Fri, 12 Sep 2008 12:36:09 +0200
parents 93b13b15f0b1
children b9226997409c
files dwt/graphics/Resource.d
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/dwt/graphics/Resource.d	Thu Sep 11 23:16:53 2008 +0200
+++ b/dwt/graphics/Resource.d	Fri Sep 12 12:36:09 2008 +0200
@@ -13,9 +13,10 @@
  *******************************************************************************/
 module dwt.graphics.Resource;
 
-import dwt.dwthelper.utils;
+import dwt.DWT;
 
-import dwt.DWT;
+import dwt.dwthelper.utils;
+import dwt.graphics.Device;
 
 /**
  * This class is the abstract superclass of all graphics resource objects.