comparison dwt/graphics/Resource.d @ 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 db5a898b2119
comparison
equal deleted inserted replaced
30:93b13b15f0b1 31:9a3047e87f1d
11 * Port to the D programming language: 11 * Port to the D programming language:
12 * Jacob Carlborg <jacob.carlborg@gmail.com> 12 * Jacob Carlborg <jacob.carlborg@gmail.com>
13 *******************************************************************************/ 13 *******************************************************************************/
14 module dwt.graphics.Resource; 14 module dwt.graphics.Resource;
15 15
16 import dwt.DWT;
17
16 import dwt.dwthelper.utils; 18 import dwt.dwthelper.utils;
17 19 import dwt.graphics.Device;
18 import dwt.DWT;
19 20
20 /** 21 /**
21 * This class is the abstract superclass of all graphics resource objects. 22 * This class is the abstract superclass of all graphics resource objects.
22 * Resources created by the application must be disposed. 23 * Resources created by the application must be disposed.
23 * <p> 24 * <p>