Changeset 238:380bad9f6852 for dwt/graphics/ImageDataLoader.d
- Timestamp:
- 05/04/08 18:42:55 (4 years ago)
- Files:
-
- dwt/graphics/ImageDataLoader.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dwt/graphics/ImageDataLoader.d
r72 r238 12 12 *******************************************************************************/ 13 13 module dwt.graphics.ImageDataLoader; 14 15 import dwt.dwthelper.utils; 14 16 15 17 public import dwt.graphics.ImageData; … … 28 30 } 29 31 30 public static ImageData[] load( char[]filename) {32 public static ImageData[] load(String filename) { 31 33 return (new ImageLoader()).load(filename); 32 34 }
